Merge pull request #1095 from nunocoracao/1093-update-theme-to-support-hugo-v01210

⚙️ Update theme to support Hugo v0.121.0
This commit is contained in:
Nuno Coração
2023-12-06 21:06:38 +00:00
committed by GitHub
3 changed files with 93 additions and 82 deletions
+1 -1
View File
@@ -5121,7 +5121,7 @@ pre {
.anchor { .anchor {
display: block; display: block;
position: relative; position: relative;
top: -100px; top: -150px;
height: 0px; height: 0px;
visibility: hidden; visibility: hidden;
} }
+1 -1
View File
@@ -404,7 +404,7 @@ pre {
.anchor { .anchor {
display: block; display: block;
position: relative; position: relative;
top: -100px; top: -150px;
height: 0px; height: 0px;
visibility: hidden; visibility: hidden;
} }
+91 -80
View File
File diff suppressed because one or more lines are too long