This commit is contained in:
2024-11-10 16:32:36 -05:00
parent 5f71b62dc8
commit 4121dcb334
51 changed files with 1417 additions and 273 deletions

4
_includes/footer.html Normal file
View File

@ -0,0 +1,4 @@
<footer class="c-page__footer">
<p>&copy; {{ site.author }} {{ 'now' | date: '%Y' }}</p>
<p>{% if site.twitter_username %}<a href="https://twitter.com/{{ site.twitter_username }}">Twitter</a><span class="u-separate"></span>{% endif %}{% if site.github_username %}<a href="https://github.com/{{ site.github_username }}">Github</a>{% endif %}</p>
</footer>