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:
authorIssei Suzuki <4515431+isseis@users.noreply.github.com>2020-12-08 12:53:17 +0300
committerIssei Suzuki <4515431+isseis@users.noreply.github.com>2020-12-08 12:53:17 +0300
commit61ecef9022b6a960dac92c678a8381b83463cfb2 (patch)
tree15045572ea930c1b888c8337816371cc4d05a4a8
parentc12b11566b59d9869ae1e94fbd0fb490f985176b (diff)
Pass context to common_custom partial template.
-rwxr-xr-xlayouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index c303f03..1ccc927 100755
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -21,7 +21,7 @@
{{ .Content }}
</section>
<footer>
- {{ partial "comment_custom.html" }}
+ {{ partial "comment_custom.html" . }}
{{ with ($.Param "disqus") }}
<div id="disqus_thread"></div>
<script>