Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Wonderfall
2023-06-16 14:26:10 +02:00
23 changed files with 220 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
{{- if or .Params.editPost.URL site.Params.editPost.URL -}}
{{- if and (or .Params.editPost.URL site.Params.editPost.URL) (not (.Param "editPost.disabled")) -}}
{{- $fileUrlPath := path.Join .File.Path }}
{{- if or .Params.author site.Params.author (.Param "ShowReadingTime") (not .Date.IsZero) .IsTranslated }} | {{- end -}}