We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33ec9d commit c9e3ae5Copy full SHA for c9e3ae5
config.toml
@@ -1,5 +1,5 @@
1
title = "The Update Framework"
2
-disableKinds = ["section", "taxonomy", "taxonomyTerm"]
+disableKinds = ["section", "taxonomy"]
3
baseURL = "https://theupdateframework.io"
4
5
[markup.goldmark.renderer]
layouts/partials/css.html
@@ -1,4 +1,4 @@
-{{- $inServerMode := site.IsServer }}
+{{- $inServerMode := hugo.IsServer }}
{{- $includePaths := (slice "node_modules") }}
{{- $sass := "sass/style.sass" }}
{{- $cssOutput := "css/style.css" }}
0 commit comments