Skip to content

Commit

Permalink
update miit
Browse files Browse the repository at this point in the history
  • Loading branch information
helight committed Jul 15, 2021
1 parent f8af4fd commit 9c1b1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/docsy/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{ end }}
</div>
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
{{ with .Site.Params.copyright }}<small class="text-white">&copy; {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }} <a href="https://beian.miit.gov.cn"> 粤ICP备15029944号</a></small>{{ end }}
{{ with .Site.Params.copyright }}<small class="text-white">&copy; {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }} <a href="https://beian.miit.gov.cn" target="_blank"> 粤ICP备15029944号</a></small>{{ end }}
{{ with .Site.Params.privacy_policy }}<small class="ml-1"><a href="{{ . }}" target="_blank">{{ T "footer_privacy_policy" }}</a></small>{{ end }}
{{ if not .Site.Params.ui.footer_about_disable }}
{{ with .Site.GetPage "about" }}<p class="mt-2"><a href="{{ .RelPermalink }}">{{ .Title }}</a></p>{{ end }}
Expand Down

0 comments on commit 9c1b1eb

Please sign in to comment.