blog.hugopoi.net/v2/layouts/partials/footer.html

16 lines
440 B
HTML

<footer role="contentinfo">
<div
{{ if eq .Site.Params.showThemeSwitcher false }}style="display: none;"{{ end }}
>
<label for="themer">
{{ T "dark_theme" }} <input type="checkbox" id="themer" class="vh">
<!-- Shows "on" or "off" -->
<span aria-hidden="true"></span>
</label>
</div>
{{ partial "language-switcher.html" . }}
{{ with .Site.Params.footer }}
{{ . | markdownify }}
{{ end }}
</footer>