From 5c3c437cff0112715c26a0165da0ae520aed2d6c Mon Sep 17 00:00:00 2001 From: changsongd Date: Wed, 11 Jun 2025 21:56:15 +0800 Subject: [PATCH] add IPC info --- hugo.yaml | 4 +++- themes/PaperMod/layouts/partials/footer.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 528b598..6133fef 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -43,7 +43,9 @@ params: ShowPostNavLinks: true # 是否显示文章前后的链接(上一篇、下一篇,位于文章底部) ShowCodeCopyButtons: true # 是否显示代码复制按钮 socialIcons: + footer: + text: "粤ICP备2025426649号-1" pagination: disableAliases: false - pagerSize: 5 \ No newline at end of file + pagerSize: 5 diff --git a/themes/PaperMod/layouts/partials/footer.html b/themes/PaperMod/layouts/partials/footer.html index 832cdba..b1b9c10 100644 --- a/themes/PaperMod/layouts/partials/footer.html +++ b/themes/PaperMod/layouts/partials/footer.html @@ -10,7 +10,7 @@ {{- end }} {{- with site.Params.footer.text }} - {{ . | markdownify }} + {{ . | markdownify }} {{- print " · "}} {{- end }}