This is an automated email from the ASF dual-hosted git repository.
bmarwell pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/shiro-site.git
The following commit(s) were added to refs/heads/jbake by this push:
new 0f8c799 update feed title and description
0f8c799 is described below
commit 0f8c79956b477a6bea5597eee728656cc9cc245f
Author: Benjamin Marwell <[email protected]>
AuthorDate: Fri Jan 14 12:10:47 2022 +0100
update feed title and description
---
jbake/templates/feed.ftl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/jbake/templates/feed.ftl b/jbake/templates/feed.ftl
index 723a9e7..2ce2cb7 100644
--- a/jbake/templates/feed.ftl
+++ b/jbake/templates/feed.ftl
@@ -1,10 +1,10 @@
-<?xml version="1.0"?>
+<?xml version="1.0"? encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
- <title>JBake</title>
+ <title>Apache Shiro | The Apache Software Foundation</title>
<link>${config.site_host}</link>
<atom:link href="${config.site_host}/${config.feed_file}" rel="self"
type="application/rss+xml" />
- <description>JBake Bootstrap Template</description>
+ <description>Apache Shiro | News, Blog, Updates | The Apache Software
Foundation</description>
<language>en-gb</language>
<pubDate>${published_date?string("EEE, d MMM yyyy HH:mm:ss Z")}</pubDate>
<lastBuildDate>${published_date?string("EEE, d MMM yyyy HH:mm:ss
Z")}</lastBuildDate>