summaryrefslogtreecommitdiff
path: root/layouts/index.json
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-12-22 14:02:07 +0100
committerArne Rief <riearn@proton.me>2025-12-22 14:02:07 +0100
commit038054b8206a9c25e84adeb0f0f355abd22d6143 (patch)
tree47700e52b88e0db08f0ca113de22f4c0d05cc405 /layouts/index.json
parent32c1a5dd203435e8bef324306d1516e28ce14615 (diff)
CSS & JS splitting, small fix section badge
Diffstat (limited to 'layouts/index.json')
-rw-r--r--layouts/index.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.json b/layouts/index.json
index 00a7048..e50a721 100644
--- a/layouts/index.json
+++ b/layouts/index.json
@@ -5,7 +5,7 @@
"title" .Title
"summary" (.Summary | plainify | htmlUnescape)
"url" .RelPermalink
- "section" (lang.translate (.Section | singularize) | default (.Section | singularize | title))
+ "section" (lang.Translate (.Section | singularize) | default (.Section | singularize | title))
"date" (.Date.Format "2006-01-02T15:04:05Z07:00")
"tags" .Params.tags
-}}