From 77902b656b9d76c9b6727af8de3ac1f81f7a36b6 Mon Sep 17 00:00:00 2001
From: Giuseppe Pignataro
Date: Sun, 17 Mar 2019 00:17:12 +0100
Subject: [PATCH] Bug fix
Fixed a stupid bug that dosn't show the license
---
layouts/_default/single.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index a569fcf..610b7c9 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -61,15 +61,15 @@
{{ .WordCount }}
-
+
{{ if $.Param "socialShare" }}
{{ i18n "Share" }}:
{{ partial "share-links" . }}
-
+
{{ end }}
{{ with .Site.Params.license }}
-
{{ . | safeHTML}}
{{ end }}
@@ -108,3 +108,4 @@
{{- end }}
+