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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2021-07-07 13:08:28 +0300
committerdataCobra <datacobra@thinkbot.de>2021-07-07 13:08:28 +0300
commitfc945692e31a784c5df085d426af90d42ad6587f (patch)
tree7be2da14bada44e4277085cc481e8de3c078f9f4
parent76757b7941cc08a93731175f18d904904f0c86b7 (diff)
Remove listAuthors in single.html
-rw-r--r--layouts/_default/single.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 1bb73c7..a0d099e 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -5,19 +5,6 @@
<img src="{{ relURL .Params.image }}" {{ if isset .Params "imagetext" }}alt="{{ .Params.imagetext }}"{{ end }}>
</div>
{{ end }}
- <div class="author">
- {{ if eq .Site.Params.listAuthor true}}
- {{ if isset .Params "author" }}
- <p>
- {{ if isset .Params "authorlink" }}
- {{ i18n "authorpretext" }} <a href="{{ relURL .Params.authorlink }}" target="_blank" rel="noopener noreferrer">{{ .Params.author }}</a>
- {{ else }}
- {{ i18n "authorpretext" }} {{ .Params.author }}
- {{ end }}
- </p>
- {{ end }}
- {{ end }}
- </div>
<div class="post-header">
{{ if ne .Date.Year 1 }}
<div class="meta">