mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-02 19:52:40 +00:00
14 lines
317 B
Markdown
14 lines
317 B
Markdown
{{- $params := .Scratch.Get "params" -}}
|
|
# {{ .Title }}
|
|
|
|
{{ if $params.password -}}
|
|
***{{ T "encryptedAbstract" }}***
|
|
{{- else -}}
|
|
{{ .RawContent | replaceRE "\n?{{% fixit-encryptor .+ %}}((\n|.)*){{% /fixit-encryptor %}}\n?" "" }}
|
|
{{- end }}
|
|
|
|
---
|
|
|
|
> {{ T "author"}}: {{ .Site.Author.name }}
|
|
> {{ .Permalink }}
|