We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24afe95 commit b6842dbCopy full SHA for b6842db
layouts/_default/single.html
@@ -12,7 +12,8 @@ <h1 class="post-title">
12
{{- if not (.Param "hideMeta") }}
13
<div class="post-meta">
14
{{- partial "post_meta.html" . -}}
15
- {{- if .IsTranslated -}} |
+ {{- if .IsTranslated -}}
16
+ {{- if or .Params.author $.Site.Params.author $.Site.Params.ShowReadingTime (not .Date.IsZero) }} | {{- end -}}
17
<ul class="i18n_list">
18
{{- i18n "translations" | default "Translations"}}:
19
{{- range .Translations }}
0 commit comments