Fix footer
This commit is contained in:
parent
9891aeb9f8
commit
0738b77196
@ -80,5 +80,7 @@ function getTodayEvent() {
|
||||
{{ /layout }}
|
||||
|
||||
{{ layout "partials/footer.vto" }}
|
||||
{{ set footerContent }}
|
||||
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 16 February 2023</p>
|
||||
{{ /set }}
|
||||
{{ /layout }}
|
||||
|
@ -78,5 +78,7 @@ function getTodayEvent() {
|
||||
{{ /layout }}
|
||||
|
||||
{{ layout "partials/footer.vto" }}
|
||||
{{ set footerContent }}
|
||||
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 3 August 2023</p>
|
||||
{{ /set }}
|
||||
{{ /layout }}
|
||||
|
@ -177,5 +177,7 @@ function getTodayEvent() {
|
||||
>{{ statement.data.title }}</a></li>
|
||||
{{ /for }}
|
||||
</ul>
|
||||
{{ set footerContent }}
|
||||
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} since 11 September 2022</p>
|
||||
{{ /set }}
|
||||
{{ /layout }}
|
||||
|
@ -68,5 +68,7 @@ function getTodayEvent() {
|
||||
{{ /layout }}
|
||||
|
||||
{{ layout "partials/footer.vto" }}
|
||||
{{ set footerContent }}
|
||||
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 21 November 2024</p>
|
||||
{{ /set }}
|
||||
{{ /layout }}
|
||||
|
@ -75,5 +75,7 @@ function getTodayEvent() {
|
||||
{{ /layout }}
|
||||
|
||||
{{ layout "partials/footer.vto" }}
|
||||
{{ set footerContent }}
|
||||
<p>Made with ♥ and the Force by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 17 February 2023</p>
|
||||
{{ /set }}
|
||||
{{ /layout }}
|
||||
|
@ -4,7 +4,7 @@
|
||||
<a rel="nofollow, noindex" href="{{ sitemeta.siteAuthor.emailDecoyUrl }}">Contact me by email</a> (<a href="https://useplaintext.email/">plain text email</a> encouraged)
|
||||
</p>
|
||||
|
||||
{{ content }}
|
||||
{{ footerContent }}
|
||||
|
||||
{{ if tags && tags.includes("shrine pages") }}
|
||||
<nav class="footer__shrines" aria-labelledby="backto-title">
|
||||
|
Loading…
x
Reference in New Issue
Block a user