Changed something
This commit is contained in:
parent
7e15e351fc
commit
b09faa7e3e
|
@ -5,13 +5,13 @@
|
||||||
{{- else }}
|
{{- else }}
|
||||||
<a href="/admin/" style="text-decoration: none;">©</a> <span>{{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
|
<a href="/admin/" style="text-decoration: none;">©</a> <span>{{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
|
||||||
<br/>
|
<br/>
|
||||||
<span style="font-size: 4px;">Build date: {{ site.Params.buildDate }}</span>
|
<span style="font-size: 10px;font-weight: light;">Build date: {{ site.Params.buildDate }}</span>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
</footer>
|
</footer>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if (not site.Params.disableScrollToTop) }}
|
{{- if (not site.Params.disableScrollToTop) }}
|
||||||
<a href="#top" aria-label="go to top" title="Go to Top" class="" style="font-size: 16px;font-weight: bold;" id="top-link" accesskey="g">^</a>
|
<a href="#top" aria-label="go to top" title="Go to Top" class="top-link" style="text-align: center;font-size: 16px;font-weight: bold;" id="top-link" accesskey="g">^</a>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- partial "extend_footer.html" . }}
|
{{- partial "extend_footer.html" . }}
|
||||||
|
|
Loading…
Reference in New Issue