This commit is contained in:
Morgan 2023-11-08 16:17:58 +09:00
parent ee9b891b51
commit 6976d4879a
1 changed files with 3 additions and 4 deletions

View File

@ -3,12 +3,11 @@
{{- if site.Copyright }}
<span>{{ site.Copyright | markdownify }}</span>
{{- else }}
<a href="/admin/" style="text-decoration: none;">&copy;</a> <span><a href="{{ "" | absLangURL }}">Morgan</a> + PaperMod</span>
<a href="/admin/" style="text-decoration: none;">&copy;</a> <span><a href="{{ "" | absLangURL }}">Morgan</a> · PaperMod</span>
<div style="font-size: 10px;font-weight: light;">
<a href="#" id="theme-toggle">Toggle Dark Mode</a>
<br/>
<span style="color: transparent;">Build date: {{ site.Params.buildDate }}</span>
<a href="#" id="theme-toggle">Toggle Dark Mode</a>
</div>
<span style="padding: 0;font-size: 5px; color: transparent;">Build date: {{ site.Params.buildDate }}</span>
{{- end }}
</footer>
{{- end }}