Skip to content

Commit

Permalink
config: fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Nov 29, 2024
1 parent cc94a29 commit e431d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ a.footnote-ref:has(+ span.fn-tooltip:hover) {

font-weight: 700;

margin-inline-start: 0;

p:first-child {
font-weight: normal;
}
Expand All @@ -440,8 +442,6 @@ a.footnote-ref:has(+ span.fn-tooltip:hover) {
margin: 0 0 1.6rem 0;
grid-column: 1;
}

margin-inline-start: 0;
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ title: CuriousCoding
theme: hugo-coder
languagecode: en
defaultcontentlanguage: en
paginate: 1000
pagination:
pagerSize: 1000
pygmentsstyle: emacs
pygmentscodefences: true
pygmentscodefencesguesssyntax: true
Expand Down

0 comments on commit e431d57

Please sign in to comment.