Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-25 04:33:52 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-25 04:33:52 +0300
commitca1dc0c462238fc6b6c87c0266d661002eea732b (patch)
treec8c286c0faeb1e64f68e8212c69f065027a3b7ea /layouts
parent68ba940d2e5fac4efe62b3c9111f3f9dd76373be (diff)
Add missing row-attribute
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 9bcf660..ed8295b 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -45,7 +45,7 @@
{{ if (isset .Params "author") }}
{{ $author := index $data.authors .Params.author }}
<div class="delimiter"></div>
- <section class="author-info">
+ <section class="author-info row">
<div class="author-avatar col-md-2">
{{ with $author.avatar }}
<img alt="Author Avatar" src="{{ . }}" />