add IPC info
This commit is contained in:
@ -43,7 +43,9 @@ params:
|
|||||||
ShowPostNavLinks: true # 是否显示文章前后的链接(上一篇、下一篇,位于文章底部)
|
ShowPostNavLinks: true # 是否显示文章前后的链接(上一篇、下一篇,位于文章底部)
|
||||||
ShowCodeCopyButtons: true # 是否显示代码复制按钮
|
ShowCodeCopyButtons: true # 是否显示代码复制按钮
|
||||||
socialIcons:
|
socialIcons:
|
||||||
|
footer:
|
||||||
|
text: "粤ICP备2025426649号-1"
|
||||||
|
|
||||||
pagination:
|
pagination:
|
||||||
disableAliases: false
|
disableAliases: false
|
||||||
pagerSize: 5
|
pagerSize: 5
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with site.Params.footer.text }}
|
{{- with site.Params.footer.text }}
|
||||||
{{ . | markdownify }}
|
<a href="https://beian.miit.gov.cn/" rel="noopener noreferrer" target="_blank">{{ . | markdownify }}</a>
|
||||||
{{- print " · "}}
|
{{- print " · "}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user