2018-10-31 17:16:47 +00:00
|
|
|
<footer>
|
2018-11-02 15:00:59 +00:00
|
|
|
<div class="footer container">
|
|
|
|
<section class="author">
|
|
|
|
<h3>INFO</h3>
|
|
|
|
<strong>Author:</strong> {{ page.author }}<br>
|
|
|
|
<a href="/credits.html">Credits</a>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h3>Other section</h3>
|
|
|
|
<a href="www.malusa.it">Other link</a>
|
|
|
|
</section>
|
2018-10-31 17:16:47 +00:00
|
|
|
</div>
|
2018-11-02 15:00:59 +00:00
|
|
|
<div class="copyright">
|
|
|
|
<div class="container">
|
|
|
|
<i class="far fa-copyright"></i> Group 1, all rights reserved.
|
|
|
|
</div>
|
2018-10-31 17:16:47 +00:00
|
|
|
</div>
|
|
|
|
</footer>
|