theshell.ch/site/_includes/footer.html

16 lines
489 B
HTML
Raw Normal View History

<footer>
<div class="footer container">
<section class="author">
<h4>Page by:</h4>
{% assign author = site.authors | where: 'name', page.author | first %}
<h2 class="{% if author %}margin{% endif %}">{{ page.author }}</h2>
{% if author %}<h3>{{ author.position }}</h3>{% endif %}
</section>
</div>
<div class="copyright">
<div class="container">
<i class="far fa-copyright"></i> The Shell, all rights reserved.
</div>
</div>
</footer>