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.

6 lines
202 B

  1. <footer id="footer">
  2. <p class="small">{{ with .Site.Params.copyright }}
  3. {{ . }}
  4. {{ else }}
  5. © Copyright {{.Now.Format "2006"}} {{ .Site.Params.name }}
  6. {{ end }}</p>
  7. </footer>