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