We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4468d29 commit 8087bd8Copy full SHA for 8087bd8
2 files changed
layouts/_default/single.html
@@ -1,13 +1,13 @@
1
{{ define "main" }}
2
-<section class="article content-padding">
+<section class="content-padding">
3
<div class="content-container">
4
{{ partial "breadcrumbs.html" . }}
5
<h1>{{ .Title }}</h1>
6
{{ if .Params.Subtitle }}
7
<h5 class="subtitle">{{ .Params.Subtitle }}</h5>
8
{{ end }}
9
- <div class="article-content">
10
- {{ .Content }}
+ <div>
+ {{ .Content }}
11
</div>
12
13
{{ partial "shortcuts.html" . }}
layouts/index.html
@@ -8,11 +8,9 @@
{{ if .Content }}
- <section class="article content-padding">
+ <section class="content-padding">
14
15
- </div>
16
17
</section>
18
0 commit comments