Added placeholder title to metatags
This commit is contained in:
parent
97dc554d08
commit
05f34f1c6b
|
@ -1,4 +1,5 @@
|
|||
{% set socialImage = [metadata.url, metadata.image] | join %}
|
||||
{% set title = "Eleventy Not So Minimal Blog Starter" %}
|
||||
|
||||
<meta name="description" content="{{ metadata.description }}">
|
||||
<meta name="author" content="{{ metadata.author.name }}">
|
||||
|
|
Loading…
Reference in New Issue