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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/episode/single.html')
-rw-r--r--layouts/episode/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/episode/single.html b/layouts/episode/single.html
index 58b894e..c4cb99b 100644
--- a/layouts/episode/single.html
+++ b/layouts/episode/single.html
@@ -132,7 +132,7 @@
{{- end -}}
</div>
<div class="col-md-8">
- <h2><a href = "{{(printf "guest/%s/" .File.BaseFileName) | absURL }}">{{ .Title }}</a></h2>
+ <h2><a href = "{{(printf "guest/%s/" .File.BaseFileName) | absURL }}">{{ .Title }}</a> {{ with .Params.Pronouns }}({{ . }}){{ end }}</h2>
{{ .Content }}
{{- with .Params.Website -}}
<a href="{{ . }}">
@@ -251,7 +251,7 @@
{{- end -}}
</div>
<div class="col-md-8">
- <h2><a href = "{{(printf "host/%s/" .File.BaseFileName) | absURL }}">{{ .Title }}</a></h2>
+ <h2><a href = "{{(printf "host/%s/" .File.BaseFileName) | absURL }}">{{ .Title }}</a> {{ with .Params.Pronouns }}({{ . }}){{ end }}</h2>
{{ .Content }}
{{- with .Params.Website -}}
<a href="{{ . }}">