This commit is contained in:
2023-08-11 00:24:50 +02:00
commit 5729e4a33a
77 changed files with 4183 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
{% if site.author %}
<li>&copy; {{- site.author -}}&nbsp;2023</li>
<li>Built using <a href="https://jekyllrb.com/">Jekyll</a> and the <a href="https://github.com/chrisbobbe/jekyll-theme-prologue">Prologue</a> theme.</li>
{% endif %}
</ul>
</div>