aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/author.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/author.html b/layouts/_default/author.html
index 1b94afc..a0bb1fa 100644
--- a/layouts/_default/author.html
+++ b/layouts/_default/author.html
@@ -6,7 +6,7 @@
{{- $rawContentSections := split .RawContent $sectionDelimiter -}}
{{ range $rawContentSections }}
<div class="stripe-dark">
- <div class="mw7 center pv2 lh-copy f4-ns ph1">
+ <div class="mw7 center pv2 lh-copy f4-ns ph1 main-content">
{{ . | markdownify }}
</div>
</div>