1
0
Fork 0
forked from fun/fun
fun/web/_includes/footer.html

26 lines
2.4 KiB
HTML

<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
<!--<p style="text-align:center;">{% if site.git %}Source: <a href="{{ site.git }}{{ site.branch }}{{ page.path }}" class="git" target="_blank">{{ site.git }}{{ site.branch }}{{ page.path }}</a>{% endif %}</p>-->
<h2 style="display:none;">Navigation</h2>
<ul style="list-style:none;margin-left:0px;text-align:center;">
<li style="display:inline;"><a href="/" style="text-decoration:none;" title="Home" class="home">Home</a>&nbsp;-</li>
<!--<li style="display:inline;">&nbsp;<a href="/about/" style="text-decoration:none;" title="About" class="about">About</a>&nbsp;-</li>-->
<li style="display:inline;">&nbsp;<a href="/contact/" style="text-decoration:none;" title="Contact" class="mail">Contact</a>&nbsp;-</li>
<li style="display:inline;">&nbsp;<a href="/community/code-of-conduct/" style="text-decoration:none;" title="Code of Conduct" class="love">Code of Conduct</a>&nbsp;-</li>
<li style="display:inline;">&nbsp;<a href="/privacy/" style="text-decoration:none;" title="Privacy" class="privacy">Privacy</a>&nbsp;-</li>
<!--<li style="display:inline;">&nbsp;<a href="/search/" style="text-decoration:none;" title="Search" class="search">Search</a>&nbsp;-</li>-->
<li style="display:inline;">&nbsp;<a href="/feed/" style="text-decoration:none;" title="Blog Feed" class="rss">Blog Feed</a></li>
</ul>
<ul style="list-style:none;margin-left:0px;text-align:center;">
<li style="display:inline;">&nbsp;<a href="{{ site.git }}" style="text-decoration:none;" title="Git" class="git">Git</a>&nbsp;-</li>
<li style="display:inline;">&nbsp;<a href="{{ site.git }}issues" style="text-decoration:none;" title="Issues" class="bug">Issues</a>&nbsp;-</li>
<li style="display:inline;">&nbsp;<a href="{{ site.mastodon }}" style="text-decoration:none;" title="Mastodon" class="mastodon" rel="me">Mastodon</a>&nbsp;-</li>
<li style="display:inline;">&nbsp;<a href="{{ site.git }}wiki" style="text-decoration:none;" title="Wiki" class="wiki">Wiki</a></li>
</ul>
<p style="text-align:center;"><a href="/copyright/" style="text-decoration:none;" title="Copyright">Copyright</a> &copy; {{ site.time | date: "%Y" }} - Johannes Findeisen (<a href="https://git.xw3.org/hanez" class="user">hanez</a>)</p>
</div>
</div>
</footer>