hard coded url for now
This commit is contained in:
parent
d7769cd4b3
commit
f447824ae1
1 changed files with 3 additions and 1 deletions
|
|
@ -81,6 +81,8 @@ eleventyExcludeFromCollections: true
|
|||
fill="{{ text }}"
|
||||
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 }} · eleventy-excellent.netlify.app</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
Loading…
Reference in a new issue