blog/layouts/partials/footer.html
NeonXP bdbd9a305b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
coder тема
2023-12-29 02:55:46 +03:00

14 lines
466 B
HTML

<footer class="footer">
<section class="container">
©
{{ if (and .Site.Params.since (lt .Site.Params.since now.Year)) }}
{{ .Site.Params.since }} -
{{ end }}
{{ now.Year }}
{{ with .Site.Params.author }} {{ . }} {{ end }}
{{ if (and .Site.Params.commit .GitInfo) }}
[<a href="{{ .Site.Params.commit }}/{{ .GitInfo.Hash }}" target="_blank" rel="noopener">{{ .GitInfo.AbbreviatedHash }}</a>]
{{ end }}
</section>
</footer>