@@ 3,6 3,7 @@
text-align: center;
line-height: 2.0rem;
margin-bottom:1.0rem;
font-size: 1rem;
a {
color: $link-color;
}
@@ 1,9 1,6 @@
{{ if not .Site.Params.hideFooter | default false }}
<footer class="footer">
<section class="container">
{{ with .Site.Params.footercontent | safeHTML }}
<p>{{ . }}</p>
{{ end }}
{{ if not .Site.Params.hideCopyright }}
©
{{ if (and (.Site.Params.since) (lt .Site.Params.since now.Year)) }}
@@ 21,6 18,9 @@
[<a href="{{ .Site.Params.commit }}/{{ .GitInfo.Hash }}">{{ .GitInfo.AbbreviatedHash }}</a>]
{{ end }}
{{ end }}
{{ with .Site.Params.footercontent | safeHTML }}
· {{ . }}
{{ end }}
</section>
</footer>
{{ end }}
\ No newline at end of file
{{ end }}