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

github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsho <sho.tetsumoto@gmail.com>2018-06-03 15:58:01 +0300
committersho <sho.tetsumoto@gmail.com>2018-06-03 15:58:01 +0300
commita041a532a68a158c663c428aeceef069c9020f57 (patch)
tree534b5d8cc5a1313b49d5a05163c79f6e62cecbd7
parentfc7268ecfa13f6767ef1fb81ae8eac945bade49c (diff)
Removed invisible margin in single.html
-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 2d1d3b2..18dd1b0 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -2,7 +2,7 @@
{{ partial "nav" . }}
<section class="section">
<div class="container">
- <div class="subtitle is-6 is-pulled-right">
+ <div class="subtitle tags is-6 is-pulled-right">
{{ if .Params.tags }}
{{ partial "tags" .Params.tags }}
{{ end }}