diff options
author | tdro <tdro@noreply.example.com> | 2022-08-06 02:15:04 -0400 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-08-06 02:15:04 -0400 |
commit | a6aef53e6f187387da24f00165493b5893608919 (patch) | |
tree | 543ceb9f20cffa5274902fbd80fb4152a22e5bd6 /assets | |
parent | a6046a3627dc6ddd3caadfac29fe0b38e6a478d6 (diff) | |
download | canory-a6aef53e6f187387da24f00165493b5893608919.tar.gz canory-a6aef53e6f187387da24f00165493b5893608919.tar.bz2 canory-a6aef53e6f187387da24f00165493b5893608919.zip |
assets/templates/markdown-feed: Replace read more with domain
Diffstat (limited to 'assets')
-rw-r--r-- | assets/templates/markdown-feed.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/templates/markdown-feed.yaml b/assets/templates/markdown-feed.yaml index 33118da..9c187a6 100644 --- a/assets/templates/markdown-feed.yaml +++ b/assets/templates/markdown-feed.yaml @@ -22,7 +22,7 @@ feed: --- {{ $content := .content | replaceRE "{" "{" | replaceRE "}" "}" -}} -{{ $content }} [Read More →]({{ .link }}) +{{ $content }} [{{ .domain }}]({{ .link }}) {{- $enclosureDescription := "Image/Picture" -}} {{- with $content -}} |