homepage/layouts/partials/footer.html
surtur 3534b16cbc
All checks were successful
continuous-integration/drone/push Build is passing
feat: pointing links at the renamed repo, closing #5
* don't forget to change your remotes, too
2020-08-20 20:00:56 +02:00

4 lines
501 B
HTML

<footer id="site-footer" class="section-inner thin animated fadeIn faster">
<p>&copy; {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Author.name }}</a>{{ .Site.Params.footerCopyright | safeHTML }} &#183 <a href="https://git.dotya.ml/dotya.ml/homepage" title="source code" target="_blank" rel="noopener">source</a><br/><a href="https://git.dotya.ml/dotya.ml/homepage/commit/{{ .GitInfo.Hash }}" target="_blank" rel="noopener">commit {{ .GitInfo.AbbreviatedHash }}</a></p>
</footer>