mirror of
https://github.com/GamingShitposting/TomoStash.git
synced 2025-07-17 22:35:56 +02:00
18 lines
724 B
HTML
18 lines
724 B
HTML
<footer class="footer">
|
|
<div class="container">
|
|
<!-- <section class="contact">
|
|
<h2>Contact</h2>
|
|
<a title="{{ site.email }}" href="mailto:{{ site.email }}">{{ site.email }}</a>
|
|
</section> -->
|
|
<section class="follow">
|
|
<!-- <h2>Follow</h2> -->
|
|
<h2>Links</h2>
|
|
<ul>
|
|
<!-- <li><a title="LinkedIn" href="{{ site.linkedin }}" target="_blank">LinkedIn</a></li>
|
|
<li><a title="Twitter" href="{{ site.twitter }}" target="_blank">Twitter</a></li> -->
|
|
<li><a title="Github" href="{{ site.github }}" target="_blank">Contribute on GitHub</a></li>
|
|
<li><a title="Theme" href="https://github.com/arnolds/pineapple" target="_blank">Pineapple theme by arnolds</a></li>
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
</footer> |