📝 Feat: add repost URL at the end of markdown

This commit is contained in:
Cell
2022-07-30 17:11:43 +08:00
parent 9de773ecb8
commit 2c9dabe3e8
+2 -1
View File
@@ -10,4 +10,5 @@
---
> {{ T "author"}}: {{ .Site.Author.name }}
> {{ .Permalink }}
> URL: {{ .Permalink }}
{{ if $params.repost.enable | and (hasPrefix $params.repost.url "http") }}> {{ T "repost" }} URL: {{ $params.repost.url }}{{ end }}