theshell.ch/site/_includes/footer.html
terehm 52abbc7938 css-team: update footer to be consistent with legal notice
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@134 a672b425-5310-4d7a-af5c-997e18724b81
2018-11-12 11:54:52 +00:00

16 lines
489 B
HTML

<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>