Fix
This commit is contained in:
parent
3ddee67fb5
commit
ee9b891b51
|
@ -3,10 +3,11 @@
|
|||
{{- if site.Copyright }}
|
||||
<span>{{ site.Copyright | markdownify }}</span>
|
||||
{{- 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><a href="{{ "" | absLangURL }}">Morgan</a> + PaperMod</span>
|
||||
<div style="font-size: 10px;font-weight: light;">
|
||||
<span style="">Build date: {{ site.Params.buildDate }}</span>
|
||||
<a href="#" id="theme-toggle">Toggle Theme</a>
|
||||
<a href="#" id="theme-toggle">Toggle Dark Mode</a>
|
||||
<br/>
|
||||
<span style="color: transparent;">Build date: {{ site.Params.buildDate }}</span>
|
||||
</div>
|
||||
{{- end }}
|
||||
</footer>
|
||||
|
|
Loading…
Reference in New Issue