add IPC info
All checks were successful
Gitea Actions Demo / build-and-deploy-to-local-server (push) Successful in 6m19s
Gitea Actions Demo / deploy-to-remote-server (push) Successful in 2s

This commit is contained in:
2025-06-11 21:56:15 +08:00
parent 677825cffc
commit 5c3c437cff
2 changed files with 4 additions and 2 deletions

View File

@ -43,7 +43,9 @@ params:
ShowPostNavLinks: true # 是否显示文章前后的链接(上一篇、下一篇,位于文章底部)
ShowCodeCopyButtons: true # 是否显示代码复制按钮
socialIcons:
footer:
text: "粤ICP备2025426649号-1"
pagination:
disableAliases: false
pagerSize: 5
pagerSize: 5

View File

@ -10,7 +10,7 @@
{{- end }}
{{- with site.Params.footer.text }}
{{ . | markdownify }}
<a href="https://beian.miit.gov.cn/" rel="noopener noreferrer" target="_blank">{{ . | markdownify }}</a>
{{- print " · "}}
{{- end }}