Changed something

This commit is contained in:
Morgan 2023-10-31 16:22:50 +09:00
parent 7e15e351fc
commit b09faa7e3e
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
{{- else }}
<a href="/admin/" style="text-decoration: none;">&copy;</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" . }}