Browse Source

Adjust copyright visually to social icons

master
digitalcraftsman 9 years ago
parent
commit
448711da85
  1. 3
      layouts/partials/footer.html
  2. 2
      static/css/style.css

3
layouts/partials/footer.html

@ -1,7 +1,7 @@
<footer id="footer"> <footer id="footer">
{{ if .Site.Social }} {{ if .Site.Social }}
{{ partial "social.html" . }} {{ partial "social.html" . }}
{{ else }}
{{ end }}
<p class="small"> <p class="small">
{{ with .Site.Params.copyright }} {{ with .Site.Params.copyright }}
{{ . | markdownify }} {{ . | markdownify }}
@ -9,5 +9,4 @@
© Copyright {{.Now.Format "2006"}} {{ .Site.Params.name }} © Copyright {{.Now.Format "2006"}} {{ .Site.Params.name }}
{{ end }} {{ end }}
</p> </p>
{{ end }}
</footer> </footer>

2
static/css/style.css

@ -276,6 +276,8 @@ p.small {
font-size: 14px; font-size: 14px;
line-height: 1.5; line-height: 1.5;
display: block; display: block;
text-align: center;
margin-top: 20px;
} }
blockquote { blockquote {

Loading…
Cancel
Save