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

github.com/runningstream/hugograyscale.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrunningstream <runningstreamllc@gmail.com>2020-01-25 20:34:14 +0300
committerrunningstream <runningstreamllc@gmail.com>2020-01-25 20:34:14 +0300
commit03467572d0fb7b9dca49eade9acbd85369954131 (patch)
tree40f71f41d671f0a967d0225cdc77d97572ffcd02 /layouts
parent3e6abb500f4f8aa53dfb150977965e25fc49d5d3 (diff)
Fix raw html bug in shortcode nest w/new renderer
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/socialhandles.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/socialhandles.html b/layouts/shortcodes/socialhandles.html
index df2d3a7..5542acc 100644
--- a/layouts/shortcodes/socialhandles.html
+++ b/layouts/shortcodes/socialhandles.html
@@ -1 +1 @@
-<ul class="list-inline banner-social-buttons">{{- .Inner -}}</ul>
+<ul class="list-inline banner-social-buttons">{{ .Inner }}</ul>