footer.html 303 B

12345
  1. <footer
  2. class="text-sm text-center border-t border-gray-300 dark:border-gray-700 {{ if .IsHome }} pt-2 {{ else }} py-6 {{ end }}">
  3. <p class="markdownify">{{ .Site.Params.copyright | markdownify }}</p>
  4. <p {{ if not .Site.Params.theme.showAttribute }}style="font-size:0px;" {{ end }}></p>
  5. </footer>