Initial commit
This commit is contained in:
parent
29c198826a
commit
ba13221167
26 changed files with 181 additions and 14 deletions
10
layouts/partials/footer.html
Normal file
10
layouts/partials/footer.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<footer class="footer">
|
||||
{{ with .Site.Params.footerHtml }}
|
||||
<span>{{ . | safeHTML }}</span>
|
||||
{{ else }}
|
||||
<span>
|
||||
© {{ now.Format "2006" }} <a href="https://tyler-hale.com" class="footerLink">{{ .Site.Title }}</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
</footer>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue