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

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <rogepix@gmail.com>2019-03-17 02:17:12 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-17 02:17:12 +0300
commit77902b656b9d76c9b6727af8de3ac1f81f7a36b6 (patch)
tree4bec4709658577d43e53130bed219f20626e3900
parent4f3bbdd7e526f574eff7ad53f60166edf8e564f5 (diff)
Bug fix
Fixed a stupid bug that dosn't show the license
-rw-r--r--layouts/_default/single.html7
1 files 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 @@
<span>{{ .WordCount }}</span>
</p>
- <div class = "post-share">
+ <p class="copyright-item">
{{ if $.Param "socialShare" }}
<span>{{ i18n "Share" }}:</span>
<span>{{ partial "share-links" . }}</span>
- </div>
+ </p>
{{ end }}
{{ with .Site.Params.license }}
- <p class="copyright-item lincese">
+ <p class="copyright-item">
{{ . | safeHTML}}
</p>
{{ end }}
@@ -108,3 +108,4 @@
</div>
</article>
{{- end }}
+