39 lines
1.9 KiB
HTML
39 lines
1.9 KiB
HTML
{{- $ThemeVersion := "3.30.0" -}}
|
|
<footer class="site-footer">
|
|
<section class="copyright">
|
|
©
|
|
{{ if and (.Site.Params.footer.since) (ne .Site.Params.footer.since (int (now.Format "2006"))) }}
|
|
{{ .Site.Params.footer.since }} -
|
|
{{ end }}
|
|
{{ now.Format "2006" }} {{ default .Site.Title .Site.Copyright }}
|
|
<span class="beian-info" style="white-space: nowrap; font-size: 0.9em; margin-left: 20px"><img src="https://beian.mps.gov.cn/web/assets/logo01.6189a29f.png" alt="公安标识" style="vertical-align: middle; height: 16px; display: inline-block;"><a href="https://beian.mps.gov.cn/" target="_blank" style="font-weight: normal; margin-left: 5px;">赣公网安备36090202000259号</a> | <a href="https://beian.miit.gov.cn/" target="_blank" style="font-weight: normal;">赣ICP备2024039267号-1</a></span>
|
|
|
|
</section>
|
|
|
|
<style>
|
|
@media screen and (max-width: 768px) {
|
|
.beian-info {
|
|
display: block;
|
|
margin-left: 0 !important;
|
|
margin-top: 10px;
|
|
text-align: left;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
<section class="powerby">
|
|
{{ with .Site.Params.footer.customText }}
|
|
{{ . | safeHTML }} <br/>
|
|
{{ end }}
|
|
|
|
{{if false}}
|
|
{{- $Generator := `<a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a>` -}}
|
|
{{- $Theme := printf `<b><a href="https://github.com/CaiJimmy/hugo-theme-stack" target="_blank" rel="noopener" data-version="%s">Stack</a></b>` $ThemeVersion -}}
|
|
{{- $DesignedBy := `<a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a>` -}}
|
|
|
|
{{ T "footer.builtWith" (dict "Generator" $Generator) | safeHTML }} <br />
|
|
{{ T "footer.designedBy" (dict "Theme" $Theme "DesignedBy" $DesignedBy) | safeHTML }}
|
|
{{end}}
|
|
</section>
|
|
</footer>
|