trainUs/website/layouts/partials/footer.html
David 352a3d5e88
Some checks are pending
CI / Lint & Format (push) Waiting to run
CI / Build (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (chromium) (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (firefox) (push) Waiting to run
Initial commit
2026-06-18 13:06:57 +02:00

12 lines
488 B
HTML

<footer class="site-footer">
<div class="container footer-inner">
<span>© {{ now.Format "2006" }} David Florance</span>
<span class="footer-sep">·</span>
<a href="{{ .Site.Params.licenseUrl }}" rel="license">AGPL-3.0</a>
<span class="footer-sep">·</span>
<a href="{{ .Site.Params.repoUrl }}">{{ i18n "footerRepo" }}</a>
<span class="footer-sep">·</span>
<a href="{{ .Site.Params.personalSiteUrl }}">{{ i18n "footerPersonalSite" }}</a>
</div>
</footer>