aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/feeds.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-24 21:19:24 -0400
committertdro <tdro@noreply.example.com>2022-05-24 21:19:24 -0400
commit572526bca198fa8e1a5054537299056f0b0a7579 (patch)
tree4cdd3cdff1dafa55abfc739dc7d2bee0b4f58fec /themes/default/layouts/_default/feeds.html
parentd2aa53e290395767bc6d818e1f64045ee531d744 (diff)
downloadcanory-572526bca198fa8e1a5054537299056f0b0a7579.tar.gz
canory-572526bca198fa8e1a5054537299056f0b0a7579.tar.bz2
canory-572526bca198fa8e1a5054537299056f0b0a7579.zip
themes/default/layouts/_default/feeds: Change content at interface
Diffstat (limited to 'themes/default/layouts/_default/feeds.html')
-rw-r--r--themes/default/layouts/_default/feeds.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/_default/feeds.html b/themes/default/layouts/_default/feeds.html
index 5800ae3..473af35 100644
--- a/themes/default/layouts/_default/feeds.html
+++ b/themes/default/layouts/_default/feeds.html
@@ -135,10 +135,10 @@
"FeedName" ((delimit (first 3 (split .FeedSourceTitle " ")) " ") | replaceRE "[^a-zA-Z ]" "")
"FeedSourceDomain" (.FeedSourceLink | replaceRE "^https?://([^/]+).*" "$1")
"FeedSourceLink" .FeedSourceLink
- "FeedContent" (or .FeedDescription .FeedTitle)
+ "FeedContent" (print (or .FeedDescription .FeedTitle) ".")
"FeedDate" .FeedDate
"FeedDateTime" .FeedDateTime
- "FeedDateTitle" .FeedDateTime
+ "FeedDateTitle" .FeedDateTitle
"FeedWordCount" ((or .FeedDescription .FeedTitle) | countwords)
"FeedLink" .FeedLink
)