Skip to content

Commit c9e3ae5

Browse files
committed
remove deprecated features
Signed-off-by: h4l0gen <[email protected]>
1 parent f33ec9d commit c9e3ae5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title = "The Update Framework"
2-
disableKinds = ["section", "taxonomy", "taxonomyTerm"]
2+
disableKinds = ["section", "taxonomy"]
33
baseURL = "https://theupdateframework.io"
44

55
[markup.goldmark.renderer]

layouts/partials/css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- $inServerMode := site.IsServer }}
1+
{{- $inServerMode := hugo.IsServer }}
22
{{- $includePaths := (slice "node_modules") }}
33
{{- $sass := "sass/style.sass" }}
44
{{- $cssOutput := "css/style.css" }}

0 commit comments

Comments
 (0)