footer.html 277 B

1234567891011
  1. <footer role="contentinfo">
  2. <div>
  3. <label for="themer">
  4. {{ T "dark_theme" }} <input type="checkbox" id="themer" class="vh">
  5. <span aria-hidden="true"></span>
  6. </label>
  7. </div>
  8. {{ with .Site.Params.footer }}
  9. {{ . | markdownify }}
  10. {{ end }}
  11. </footer>