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

github.com/yihui/hugo-xmag.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYihui Xie <xie@yihui.name>2017-07-15 00:17:02 +0300
committerYihui Xie <xie@yihui.name>2017-07-15 00:17:02 +0300
commitbcd91db66c1c3b6f6ecb8a4277799e83b4c936bf (patch)
tree859b81011319d8c3487803381fc52517971d3768
parent3b7bf7bfc21f8c270bdec3d3d5289794a143d7ed (diff)
wrong place for the meta.html template
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6c1d86b..760b4fd 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -18,8 +18,8 @@
{{ with .Params.tags }}
<div>{{ default "Tags: " (index $.Site.Params.text "tags") }} {{ range $i, $e := . }}{{ if $i }}; {{ end }}<a href="{{ relURL (print "/tags/" $e | urlize) }}">{{ $e }}</a>{{ end }}
</div>
- {{ partial "meta.html" . }}
{{ end }}
+ {{ partial "meta.html" . }}
</div>