{{/* this is used to display the author, translator and reader information on single page */}} {{ with .Params.reader_name }} {{ $url := print $.Site.Params.baseURL "/" $.Params.reader ".html" }}
{{ end }}{{ with $.Params.author_name }} 作者:{{- . -}}
{{ end }} {{ with $.Params.translator_name }} 译者:{{- . -}}
{{ end }} 朗读者:{{- . -}}