2018-10-31 17:16:47 +00:00
|
|
|
<footer>
|
2018-11-02 15:00:59 +00:00
|
|
|
<div class="footer container">
|
|
|
|
<section class="author">
|
2018-11-05 20:03:04 +00:00
|
|
|
<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 %}
|
2018-11-02 15:00:59 +00:00
|
|
|
</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>
|