diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 17:12:28 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 17:12:28 +0300 |
commit | 1484e65d9fd7f804645f19c005cab50688fa3a06 (patch) | |
tree | 436769c50bce7a5a82cb7388cc3a9cd862d1ff86 /layouts/_default | |
parent | 6b82bc48d643005443783671986e8c6d8931ea66 (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/rss.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml index a329f0c..b17fff3 100644 --- a/layouts/_default/rss.xml +++ b/layouts/_default/rss.xml @@ -31,7 +31,7 @@ {{- $content := .Summary | html -}} {{- if .Params.Description -}} {{- $content = .Params.Description | html -}} - {{- end -}} + {{- end}} <item> <title>{{ .Title }}</title> |