Changed something
This commit is contained in:
parent
7e15e351fc
commit
b09faa7e3e
|
@ -5,13 +5,13 @@
|
|||
{{- else }}
|
||||
<a href="/admin/" style="text-decoration: none;">©</a> <span>{{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
|
||||
<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 }}
|
||||
</footer>
|
||||
{{- end }}
|
||||
|
||||
{{- 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 }}
|
||||
|
||||
{{- partial "extend_footer.html" . }}
|
||||
|
|
Loading…
Reference in New Issue