From 7795150d3044ee593d2b38afac604e2cb9660084 Mon Sep 17 00:00:00 2001 From: CXwudi Date: Tue, 14 May 2024 00:59:11 +0000 Subject: [PATCH] fix footer github icon --- config/_default/params.en.toml | 2 +- config/_default/params.zh-cn.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.en.toml b/config/_default/params.en.toml index bdba462..a6ab5e3 100644 --- a/config/_default/params.en.toml +++ b/config/_default/params.en.toml @@ -9,7 +9,7 @@ description = "CXwudi's (✨Otowa no Yume🌙) Personal Blog" [footer] # Custom content (HTML format is supported) # 自定义内容 (支持 HTML 格式) - custom = '
Source - GitHub
' + custom = '
Source - GitHub
' # license info (HTML format is supported) # 许可协议信息 (支持 HTML 格式) license = 'CC BY 4.0' diff --git a/config/_default/params.zh-cn.toml b/config/_default/params.zh-cn.toml index 61132f6..cd32a4e 100644 --- a/config/_default/params.zh-cn.toml +++ b/config/_default/params.zh-cn.toml @@ -7,7 +7,7 @@ description = "CX无敌(✨音羽之梦🌙)的个人博客" [footer] # Custom content (HTML format is supported) # 自定义内容 (支持 HTML 格式) - custom = '
源码 - GitHub
' + custom = '
源码 - GitHub
' # license info (HTML format is supported) # 许可协议信息 (支持 HTML 格式) license = 'CC BY 4.0'