diff options
author | hyang <hyang@hyang.xyz> | 2023-09-14 22:51:57 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-14 22:51:57 -0700 |
commit | 71c839cd1a283a1cf3f1f2f1327d241bd17a32b4 (patch) | |
tree | 12b44b111f56ed21b014e5bc2011e423ab43bdd4 | |
parent | 2dd30bb17193990ceb3ea8a0074fc222a5b0a5a3 (diff) |
Correct submodule
-rw-r--r-- | .gitmodules | 4 | ||||
-rw-r--r-- | hugo.toml | 2 | ||||
m--------- | themes/papermodx | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 13ce86e..4a1c922 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/papermodx"] - path = themes/papermodx - url = https://github.com/yanghuaxuan/hugo-PaperMod + path = themes/papermodx + url = https://github.com/yanghuaxuan/hugo-PaperModX @@ -39,7 +39,7 @@ home = [ "HTML", "RSS", "JSON" ] name = "github-simple" url = "https://github.com/yanghuaxuan" [[params.socialIcons]] - name = "mastodon" + name = "pleroma" url = "https://post.hyang.xyz/hyang" [[params.socialIcons]] name = "linkedin-simple" diff --git a/themes/papermodx b/themes/papermodx -Subproject 0f9604bf0e891197f5f2daaf87b8e1669df1dc8 +Subproject a19baf9837e188ca15fdd1b4d216a5436579470 |