You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
348 B

  1. <footer id="footer">
  2. {{ if .Site.Social }}
  3. {{ partial "social.html" . }}
  4. {{ else }}
  5. <p class="small">
  6. {{ with .Site.Params.copyright }}
  7. {{ . | markdownify }}
  8. {{ else }}
  9. © Copyright {{.Now.Format "2006"}} {{ .Site.Params.name }}
  10. {{ end }}
  11. </p>
  12. {{ end }}
  13. </footer>