hugo-theme-tui

TUI
Log | Files | Refs | README | LICENSE

footer.html (128B)


      1 {{- with site.Copyright -}}
      2 <footer class="site-footer">
      3   <p class="copyright">{{ . | markdownify }}</p>
      4 </footer>
      5 {{- end -}}