summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-08-21 19:21:41 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-21 19:21:41 +0200
commit95d05f6aa7804d44a959c2842d828067e77c1167 (patch)
tree67343916e1ef1de8a778221878920f014a716d42 /themes
parente268f8cc29eb27b2f0b4034653e1c6b60600ff1f (diff)
downloadpragblog-95d05f6aa7804d44a959c2842d828067e77c1167.tar.gz
pragblog-95d05f6aa7804d44a959c2842d828067e77c1167.zip
improve article top/bottom padding
Diffstat (limited to 'themes')
-rw-r--r--themes/flog/layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flog/layouts/_default/single.html b/themes/flog/layouts/_default/single.html
index 6012d94..2c48769 100644
--- a/themes/flog/layouts/_default/single.html
+++ b/themes/flog/layouts/_default/single.html
@@ -1,7 +1,7 @@
{{ partial "header.html" . }}
<div class="white z-depth-1">
<main role="main" class="container">
- <article itemscope itemtype="http://schema.org/BlogPosting" class="">
+ <article itemscope itemtype="http://schema.org/BlogPosting" class="section">
<h1 itemprop="headline" class="header">{{ .Title }}</h1>
<span><time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "02.01.2006" }}</time></span>
<section itemprop="articleBody">