Created own theme
This commit is contained in:
15
_includes/structure/footer.html
Normal file
15
_includes/structure/footer.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<footer class="site-footer">
|
||||
<div class="container">
|
||||
<p style="font-size: 14px; font-weight: 600">
|
||||
{% for foots in site.data.footer %}
|
||||
<a href="{{ foots.href }}">{{ foots.title }}</a>
|
||||
{% endfor %}
|
||||
</p>
|
||||
<p style="margin-top: 15px; font-size: 14px;">
|
||||
© {{ site.time | date: '%Y' }}.
|
||||
<a href="{{ "/" | relative_url }}">{{ site.author.name }}</a>.
|
||||
Kildekode på <a href="{{ site.site-source }}">git</a>.
|
||||
Laget med <a href="https://jekyllrb.com/">Jekyll</a>, <a href="https://getbootstrap.com/">Bootstrap</a> og masse frustrasjon.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user