10 lines
327 B
HTML
10 lines
327 B
HTML
<footer class="site-footer">
|
|
<p title="Last built at {{ site.time }} ">© {{ site.title }}, 2023</p>
|
|
|
|
<p><a href="{{ site.sourceurl }}">Website source</a></p>
|
|
|
|
<small>
|
|
Powered by <a href="https://jekyllrb.com">Jekyll</a> and <a href="https://daudix-ufo.codeberg.page/duckquill">Duckquill</a>
|
|
</small>
|
|
</footer>
|