2022-07-21 18:00:36 -04:00
|
|
|
{{- if not (.Param "hideFooter") }}
|
|
|
|
<footer class="footer">
|
|
|
|
{{- if site.Copyright }}
|
2022-07-22 18:13:13 -04:00
|
|
|
<span>{{ site.Copyright | markdownify }} ·</span>
|
2022-07-21 18:00:36 -04:00
|
|
|
{{- else }}
|
|
|
|
<span>© {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
|
|
|
|
{{- end }}
|
|
|
|
<span>
|
|
|
|
Powered by
|
|
|
|
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
|
|
|
|
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
|
|
|
|
</span>
|
|
|
|
</footer>
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- if (not site.Params.disableScrollToTop) }}
|
|
|
|
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
|
|
|
|
<path d="M12 6H0l6-6z" />
|
|
|
|
</svg>
|
|
|
|
</a>
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
{{- partial "extend_footer.html" . }}
|
|
|
|
|
|
|
|
{{- partial "script.html" . }}
|