cupper-hugo-theme/layouts/partials/footer.html

15 lines
397 B
HTML
Raw Normal View History

2019-02-13 06:11:59 +01:00
<footer role="contentinfo">
2021-01-10 20:36:21 +01:00
<div
{{ if eq .Site.Params.showThemeSwitcher false }}style="display: none;"{{ end }}
>
2019-02-13 06:11:59 +01:00
<label for="themer">
{{ T "dark_theme" }} <input type="checkbox" id="themer" class="vh">
<!-- Shows "on" or "off" -->
2019-02-13 06:11:59 +01:00
<span aria-hidden="true"></span>
</label>
</div>
2019-02-14 18:40:01 +01:00
{{ with .Site.Params.footer }}
{{ . | markdownify }}
{{ end }}
2019-02-13 06:11:59 +01:00
</footer>