Update footer
This commit is contained in:
parent
f7854da576
commit
37b2687f0b
3 changed files with 18 additions and 13 deletions
|
@ -28,3 +28,7 @@ exclude: ["tmp", "Gemfile", "Gemfile.lock", "Make
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
disqus_shortname: blog-kempkens-io
|
disqus_shortname: blog-kempkens-io
|
||||||
|
|
||||||
|
footer:
|
||||||
|
github: nifoc
|
||||||
|
ipv6_check: kempkens.io
|
||||||
|
|
13
_includes/foot.html
Normal file
13
_includes/foot.html
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<div class="footer">
|
||||||
|
<ul class="footer-links">
|
||||||
|
<li><a href="{{ "feed.xml" | prepend: site.baseurl }}">Feed</a></li>
|
||||||
|
<li class="divider"></li>
|
||||||
|
<li><a href="{{ "feed-with-links.xml" | prepend: site.baseurl }}">Feed (with links)</a></li>
|
||||||
|
<li class="divider"></li>
|
||||||
|
<li><a href="{{ site.footer.github | prepend: "https://github.com/" }}">GitHub</a></li>
|
||||||
|
<li class="divider"></li>
|
||||||
|
<li><a href="{{ site.footer.ipv6_check | prepend: "http://ip6.nl/#!" }}">IPv6</a></li>
|
||||||
|
<li class="divider"></li>
|
||||||
|
<li><a href="https://www.freebsd.org">FreeBSD</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
|
@ -10,19 +10,7 @@
|
||||||
<div class="content container">
|
<div class="content container">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
<div class="footer">
|
{% include foot.html %}
|
||||||
<ul class="footer-links">
|
|
||||||
<li><a href="{{ "feed.xml" | prepend: site.baseurl }}">Feed</a></li>
|
|
||||||
<li class="divider"></li>
|
|
||||||
<li><a href="{{ "feed-with-links.xml" | prepend: site.baseurl }}">Feed (with links)</a></li>
|
|
||||||
<li class="divider"></li>
|
|
||||||
<li><a href="https://github.com/nifoc">GitHub</a></li>
|
|
||||||
<li class="divider"></li>
|
|
||||||
<li><a href="http://ip6.nl/#!blog.kempkens.io">IPv6</a></li>
|
|
||||||
<li class="divider"></li>
|
|
||||||
<li><a href="https://www.freebsd.org">FreeBSD</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Asynchronous Google Analytics snippet -->
|
<!-- Asynchronous Google Analytics snippet -->
|
||||||
|
|
Loading…
Reference in a new issue