🎨 Update the footer of gongan beian information for Chinese users.

This commit is contained in:
凡梦星尘 2022-05-19 22:46:42 +08:00
parent a578ff67d3
commit 096602367c

View File

@ -1,40 +1,38 @@
{{ $ft := .Site.Params.footer }} {{ $ft := .Site.Params.footer }}
<footer class="footer"> <div class="footer-inner">
<div class="footer-inner"> {{- $ba := $ft.beian }}
{{- $ba := $ft.beian }} {{- if $ba.enable }}
{{- if $ba.enable }} <div class="beian">
<div class="beian"> <a href="https://beian.miit.gov.cn" target="_blank" title="">{{ $ba.icp }}</a>
<a href="https://beian.miit.gov.cn" target="_blank" title="">{{ $ba.icp }}</a> {{- with $ba.gonganNum }}
{{- with $ba.gonganNum }} <img src="/imgs/gongan.png" alt="京公网安备">
<img src="/imgs/gongan.png" alt="京公网安备"> <a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode={{ . }}" target="_blank" title="">{{ printf "京公网安备 %d 号" . }}</a>
<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode={{ . }}" target="_blank" title="">{{ printf "京公网安备 %d 号" . }}</a>
{{- end }}
</div>
{{- end }}
<div class="copyright">
&copy;
<span itemprop="copyrightYear">
{{- $year := now.Year }}
{{- if isset $ft "since" }}
{{- if gt $year $ft.since }}
{{ $ft.since }} - {{ $year }}
{{- else }}
{{ $year }}
{{- end }}
{{- else }}
{{ $year }}
{{- end }}
</span>
<span class="with-love">
<i class="{{ $ft.icon.name }}"></i>
</span>
<span class="author" itemprop="copyrightHolder">{{ .Site.Params.author }}</span>
</div>
{{- if $ft.powered }}
<div class="powered-by">
{{ $pb := printf "<a href='https://gohugo.io' target='_blank'>Hugo v%s</a> &amp; <a href='https://github.com/hugo-next' target='_blank'>NexT.%s</a>" hugo.Version .Site.Params.scheme }}
{{- printf (T "FooterPowerby") $pb | safeHTML }}
</div>
{{- end }} {{- end }}
</div> </div>
</footer> {{- end }}
<div class="copyright">
&copy;
<span itemprop="copyrightYear">
{{- $year := now.Year }}
{{- if isset $ft "since" }}
{{- if gt $year $ft.since }}
{{ $ft.since }} - {{ $year }}
{{- else }}
{{ $year }}
{{- end }}
{{- else }}
{{ $year }}
{{- end }}
</span>
<span class="with-love">
<i class="{{ $ft.icon.name }}"></i>
</span>
<span class="author" itemprop="copyrightHolder">{{ .Site.Params.author }}</span>
</div>
{{- if $ft.powered }}
<div class="powered-by">
{{ $pb := printf "<a href='https://gohugo.io' target='_blank'>Hugo v%s</a> &amp; <a href='https://github.com/hugo-next' target='_blank'>NexT.%s</a>" hugo.Version .Site.Params.scheme }}
{{- printf (T "FooterPowerby") $pb | safeHTML }}
</div>
{{- end }}
</div>