@ -1,7 +1,7 @@
<footer id="footer">
{{ if .Site.Social }}
{{ partial "social.html" . }}
{{ else }}
{{ end }}
<p class="small">
{{ with .Site.Params.copyright }}
{{ . | markdownify }}
@ -9,5 +9,4 @@
© Copyright {{.Now.Format "2006"}} {{ .Site.Params.name }}
</p>
</footer>
@ -276,6 +276,8 @@ p.small {
font-size: 14px;
line-height: 1.5;
display: block;
text-align: center;
margin-top: 20px;
}
blockquote {