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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-09-25 12:25:40 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-09-25 12:25:40 +0300
commit463db8fa89bbcdb45bb772d1cf5e28219bb468de (patch)
treedecc4c3365f3fcc4b84e4daba7cd4eec6383ee6f /layouts/_default
parent6800917378e7f0bcd50aa6dff48e8172e7d63925 (diff)
refactor: merge single and post
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index b43cdb7..01f0db6 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -18,6 +18,10 @@
{{ with .GetTerms "tags" }}
{{ partial "post_tags.html" . }}
{{ end }}
+ {{ with .GetTerms "authors" }}
+ {{ partial "post_author.html" . }}
+ {{ end }}
+ {{ partial "post_footer.html" . }}
{{ partial "comment.html" . }}
</div>
{{ if $hasSidebar}}