We have to use gblog div names.

master
Oliver Sprinzl 4 years ago
parent dd56d7b369
commit 8b7623cf9e
  1. 2
      content/de/Verein.md
  2. 7
      layouts/index.html

@ -70,4 +70,4 @@ Wir schlagen folgende Tagesordnung vor (Änderungsvorschläge hier möglich):
### Versionsgeschichte
(wäre prima, eine solche zu haben)
(wäre prima, eine solche zu haben :wink: )

@ -1,12 +1,12 @@
{{ define "main" }}
<main aria-role="main">
<header class="homepage-header">
<header class="gblog-post__header">
<br>
<h1>{{.Title}}</h1>
{{ with .Params.subtitle }}
<span class="subtitle">{{.}}</span>
{{ end }}
</header>
<div class="homepage-content">
<div class="gblog-markdown">
<!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md -->
{{.Content}}
</div>
@ -15,5 +15,4 @@
{{ .Render "summary"}}
{{ end }}
</div>
</main>
{{ end }}

Loading…
Cancel
Save