2021-09-02 10:49:52 -04:00
|
|
|
{{- if not (.Param "hideFooter") }}
|
2020-07-21 06:06:30 -04:00
|
|
|
<footer class="footer">
|
2022-03-27 09:14:06 -04:00
|
|
|
{{- if site.Copyright }}
|
|
|
|
<span>{{ site.Copyright | markdownify }}</span>
|
2020-10-05 00:34:33 -04:00
|
|
|
{{- else }}
|
2022-03-27 09:14:06 -04:00
|
|
|
<span>© {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
|
2020-10-05 00:34:33 -04:00
|
|
|
{{- end }}
|
2021-05-01 02:02:11 -04:00
|
|
|
<span>
|
2022-07-23 19:39:42 -04:00
|
|
|
- Powered by
|
2021-05-01 02:02:11 -04:00
|
|
|
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
|
2022-07-23 19:39:42 -04:00
|
|
|
<a href="https://github.com/Wonderfall/hugo-WonderMod/" rel="noopener" target="_blank">WonderMod</a>
|
2021-05-01 02:02:11 -04:00
|
|
|
</span>
|
2020-07-21 06:06:30 -04:00
|
|
|
</footer>
|
2021-09-02 10:49:52 -04:00
|
|
|
{{- end }}
|
2021-03-30 08:37:36 -04:00
|
|
|
|
2022-03-27 09:14:06 -04:00
|
|
|
{{- if (not site.Params.disableScrollToTop) }}
|
2021-09-05 02:24:00 -04:00
|
|
|
<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>
|
2020-12-24 02:17:42 -05:00
|
|
|
</a>
|
2021-03-25 01:30:22 -04:00
|
|
|
{{- end }}
|
2021-03-30 08:37:36 -04:00
|
|
|
|
2021-04-09 10:06:09 -04:00
|
|
|
{{- partial "extend_footer.html" . }}
|
2021-03-30 08:37:36 -04:00
|
|
|
|
2022-07-21 18:00:36 -04:00
|
|
|
{{- partial "script.html" . }}
|