Adjust shrine footers
This commit is contained in:
parent
6c0993d3f1
commit
6dc16d3f13
|
@ -1,6 +1,6 @@
|
||||||
{% extends "global/footer.njk" %}
|
{% extends "global/footer.njk" %}
|
||||||
|
|
||||||
{% block footerContent %}
|
{% block footerContent %}
|
||||||
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} | Shrine Launched: 16 February 2023</p>
|
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 16 February 2023</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "global/footer.njk" %}
|
{% extends "global/footer.njk" %}
|
||||||
|
|
||||||
{% block footerContent %}
|
{% block footerContent %}
|
||||||
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} | Shrine Launched: 3 August 2023</p>
|
<p>Made with ♥ by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 3 August 2023</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,13 @@
|
||||||
{% endblock -%}
|
{% endblock -%}
|
||||||
|
|
||||||
{%- if tags and tags.includes("shrine pages") %}
|
{%- if tags and tags.includes("shrine pages") %}
|
||||||
<p>Back to: <a href="/shrines/">Shrine Index</a> | <a href="/">{{ sitemeta.siteName }}</a></p>
|
<nav class="footer__shrines">
|
||||||
|
<p>Back to:</p>
|
||||||
|
<ul class="footer__links">
|
||||||
|
<li><a href="/shrines/">Shrine Index</a></li>
|
||||||
|
<li><a href="/">{{ sitemeta.siteName }}</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
<p><a href="#page-top">Back to Top 🡱</a></p>
|
<p><a href="#page-top">Back to Top 🡱</a></p>
|
||||||
|
@ -43,6 +49,12 @@
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer__shrines {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.7em;
|
||||||
|
justify-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* Screen sizes larger than mobile */
|
/* Screen sizes larger than mobile */
|
||||||
@media only screen and (min-width: 30rem) {
|
@media only screen and (min-width: 30rem) {
|
||||||
.footer {
|
.footer {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "global/footer.njk" %}
|
{% extends "global/footer.njk" %}
|
||||||
|
|
||||||
{% block footerContent %}
|
{% block footerContent %}
|
||||||
<p>Made with ♥ and the Force by {{ sitemeta.siteAuthor.name }} | Shrine Launched: 17 February 2023</p>
|
<p>Made with ♥ and the Force by {{ sitemeta.siteAuthor.name }} • Shrine Launched: 17 February 2023</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue