diff options
Diffstat (limited to 'themes/flog/layouts/_default/single.html')
| -rw-r--r-- | themes/flog/layouts/_default/single.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/flog/layouts/_default/single.html b/themes/flog/layouts/_default/single.html index 2c48769..330c6fd 100644 --- a/themes/flog/layouts/_default/single.html +++ b/themes/flog/layouts/_default/single.html @@ -4,8 +4,8 @@ <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"> - <p class="flow-text">{{ .Content }}</p> + <section itemprop="articleBody" class="flow-text"> + {{ .Content }} </section> </article> </main> |
