Wiki
-{{ .Title }}
-Noch keine Einträge — der erste entsteht im Redaktions-Editor.
{{ end }} - +diff --git a/assets/css/custom.css b/assets/css/custom.css
index f0baab3..757549e 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -738,8 +738,6 @@ a.byline-author:hover, a.journal-author:hover { color: var(--accent); }
.wiki-nav li a.is-current { color: var(--color-text-primary); font-weight: 600; border-left-color: var(--accent); }
.wiki-page { min-width: 0; }
-.wiki-rubric { text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.72rem; color: var(--color-text-muted); margin: 0 0 0.2em; }
-.wiki-head h1 { margin: 0 0 0.2em; }
.wiki-index { margin-top: var(--spacing-md); }
.wiki-group { margin-bottom: var(--spacing-md); }
.wiki-group h2 { font-family: var(--font-family-serif); font-size: 1.1rem; margin: 0 0 0.4em; }
diff --git a/layouts/wiki/list.html b/layouts/wiki/list.html
index 263371c..9467845 100644
--- a/layouts/wiki/list.html
+++ b/layouts/wiki/list.html
@@ -1,13 +1,12 @@
{{ define "main" }}
+ {{ .Title }}
+
Wiki
-Noch keine Einträge — der erste entsteht im Redaktions-Editor.
{{ end }} - +{{ with .Params.group }}{{ . }}{{ else }}Wiki{{ end }}
+{{ . }}
{{ end }} +Wiki{{ with .Params.group }} · {{ . }}{{ end }}
-{{ . }}
{{ end }} -