You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
523 B
HTML
16 lines
523 B
HTML
<footer id="footer">
|
|
{{ if .Site.Social }}
|
|
{{ partial "social.html" . }}
|
|
{{ end }}
|
|
<p class="small">
|
|
{{ with .Site.Params.copyright }}
|
|
{{ . | markdownify }}
|
|
{{ else }}
|
|
© Copyright {{ now.Format "2006"}} <i class="fa fa-heart" aria-hidden="true"></i> {{ .Site.Params.Author }}
|
|
{{ end }}
|
|
</p>
|
|
<p class="small">
|
|
Powered by <a href="http://www.gohugo.io/">Hugo</a> Theme By <a href="https://github.com/nodejh/hugo-theme-cactus-plus">nodejh</a>
|
|
</p>
|
|
</footer>
|