better in front matter
This commit is contained in:
parent
7218fceb77
commit
86837a0c33
1 changed files with 4 additions and 4 deletions
|
|
@ -3,6 +3,7 @@ font: "'Red Hat Display', Ubuntu" # These get created in development, you must h
|
||||||
background: '#343434'
|
background: '#343434'
|
||||||
text: '#FBFBFB'
|
text: '#FBFBFB'
|
||||||
colors: ['#dd4462', '#c73d58', '#b1364e', '#9a3044']
|
colors: ['#dd4462', '#c73d58', '#b1364e', '#9a3044']
|
||||||
|
siteUrl: 'eleventy-excellent.netlify.app'
|
||||||
pagination:
|
pagination:
|
||||||
data: collections.posts
|
data: collections.posts
|
||||||
size: 1
|
size: 1
|
||||||
|
|
@ -73,16 +74,15 @@ eleventyExcludeFromCollections: true
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<!-- sitename -->
|
<!-- sitename / url -->
|
||||||
<text
|
<text
|
||||||
font-family="{{ font }}, sans-serif"
|
font-family="{{ font }}, sans-serif"
|
||||||
font-size="24"
|
font-size="24"
|
||||||
font-weight="700"
|
font-weight="500"
|
||||||
fill="{{ text }}"
|
fill="{{ text }}"
|
||||||
letter-spacing="-0.5"
|
letter-spacing="-0.5"
|
||||||
>
|
>
|
||||||
<!-- <tspan x="160" y="580">{{ meta.siteName }} · {{ meta.url | replace("https://", "") | replace("http://", "") }}</tspan> -->
|
<!-- <tspan x="160" y="580">{{ meta.siteName }} · {{ meta.url | replace("https://", "") | replace("http://", "") }}</tspan> -->
|
||||||
<!-- URL hard coded, images are generated in development -->
|
<tspan x="160" y="580">{{ meta.siteName }} — {{ siteUrl }}</tspan>
|
||||||
<tspan x="160" y="580">{{ meta.siteName }} · eleventy-excellent.netlify.app</tspan>
|
|
||||||
</text>
|
</text>
|
||||||
</svg>
|
</svg>
|
||||||
Loading…
Reference in a new issue