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

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormisumi <mismith0227@users.noreply.github.com>2020-12-17 02:58:14 +0300
committerGitHub <noreply@github.com>2020-12-17 02:58:14 +0300
commit760b4b2618bfba5bb59095d9faa2832c2f7da648 (patch)
tree15045572ea930c1b888c8337816371cc4d05a4a8
parentccfde493a8955415b6cfd6f526865e5d9d3f378f (diff)
parent0f67cd1698e3f42d6b5af6b2965c90f3593c76ad (diff)
Merge pull request #170 from mismith0227/develop
relese
-rwxr-xr-xlayouts/_default/single.html1
-rw-r--r--layouts/partials/comment_custom.html4
2 files changed, 5 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6456e63..1ccc927 100755
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -21,6 +21,7 @@
{{ .Content }}
</section>
<footer>
+ {{ partial "comment_custom.html" . }}
{{ with ($.Param "disqus") }}
<div id="disqus_thread"></div>
<script>
diff --git a/layouts/partials/comment_custom.html b/layouts/partials/comment_custom.html
new file mode 100644
index 0000000..bfb727b
--- /dev/null
+++ b/layouts/partials/comment_custom.html
@@ -0,0 +1,4 @@
+<!--
+If you want to include any custom html just after <footer>, put it in /layouts/partials/comment_custom.html
+Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/comment_custom.html doesn't exist.
+-->