Skip to content

Commit

Permalink
chore: Update submodules
Browse files Browse the repository at this point in the history
Updates submodules.
Also adds `comment = false` to config.toml,
to avoid breaking build now that template has got support for comments
(but some additional configuration would be needed).
  • Loading branch information
christianfosli committed Mar 30, 2024
1 parent b3a864d commit 75bce96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ highlight_theme = "ayu-dark"
[extra]
use_cdn = false
theme = "toggle"
comment = false

menu = [
{ name = "/posts", url = "/posts", weight = 1 },
Expand Down

0 comments on commit 75bce96

Please sign in to comment.