maggicl
f77d407633
git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@36 a672b425-5310-4d7a-af5c-997e18724b81
15 lines
487 B
HTML
15 lines
487 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> Group 1, all rights reserved.
|
|
</div>
|
|
</div>
|
|
</footer>
|