footer fix
This commit is contained in:
parent
74a7a4a3df
commit
55385db8d8
|
@ -10,7 +10,7 @@
|
||||||
url: /highlights/
|
url: /highlights/
|
||||||
name: Hi-lights
|
name: Hi-lights
|
||||||
external_site: false
|
external_site: false
|
||||||
- icon: 🧑🏾🤝🧑🏼🧑🏻🤝🧑🏽
|
- icon: 🧑🏾🤝🧑🏼
|
||||||
url: /artists/
|
url: /artists/
|
||||||
name: Artists
|
name: Artists
|
||||||
external_site: false
|
external_site: false
|
||||||
|
|
|
@ -15,10 +15,18 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div><a href="#main-wrapper"><img src="{{ relBase }}{{ site.icon }}" alt="{{ site.title }} Logo" /></a></div>
|
<div><a href="#main-wrapper"><img src="{{ relBase }}{{ site.icon }}" alt="{{ site.title }} Logo" /></a></div>
|
||||||
|
|
||||||
<small>
|
<small>
|
||||||
|
<div style="text-align: center;">
|
||||||
|
{% for nw in site.data.social %}
|
||||||
|
<a target="_blank" alt="{{ site.title }} on {{ nw.name }}" title="{{ site.title }} on {{ nw.name }}" rel="{% if nw.url contains 'mastodon.art' %}me {% endif %}noopener"
|
||||||
|
href="{{ nw.url }}" class="icon small fab {{ nw.icon }}"><span class="label">{{ nw.name }}</span></a>
|
||||||
|
{% endfor %}
|
||||||
|
<a target="_blank" alt="email" title="email" href="mailto:{{ site.social.mail }}" class="icon small fas fa-envelope-open-text"><span
|
||||||
|
class="label">Email</span></a>
|
||||||
|
</div>
|
||||||
<p>©{{ site.time | date: '%Y' }} {{ site.publisher.name }} | <a href="{{ relBase }}/webcreds/">Credits</a> |
|
<p>©{{ site.time | date: '%Y' }} {{ site.publisher.name }} | <a href="{{ relBase }}/webcreds/">Credits</a> |
|
||||||
<a href="{{ relBase }}/cookies/">Cookies & Privacy</a>
|
<a href="{{ relBase }}/cookies/">Cookies & Privacy</a>
|
||||||
<br />This page was last updated on {{ page.last_modified_at | date: "%A, %b %d, %Y" }}</p>
|
<br />This page was last updated on {{ page.last_modified_at | date: "%A, %b %d, %Y" }}</p>
|
||||||
|
|
Loading…
Reference in a new issue