hugo-theme-stack/layouts/partials/footer/footer.html
Bharat Singh Bhadwal c024fa653a chore: initial customisation changes
Change settings, theme, text to make it blog ready
2025-04-19 17:47:26 +05:30

17 lines
536 B
HTML

{{- $ThemeVersion := "3.30.0" -}}
<footer class="site-footer">
<section class="copyright">
&copy;
{{ if and (.Site.Params.footer.since) (ne .Site.Params.footer.since (int (now.Format "2006"))) }}
{{ .Site.Params.footer.since }} -
{{ end }}
{{ now.Format "2006" }} {{ default .Site.Title .Site.Copyright }}
</section>
<section class="powerby">
{{ with .Site.Params.footer.customText }}
{{ . | safeHTML }} <br/>
{{ end }}
</section>
</footer>