Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AlexFinn/simple-a.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander 'alexfinn' Ivanov <hrafn@hrafn.me>2014-09-19 22:48:39 +0400
committerAlexander 'alexfinn' Ivanov <hrafn@hrafn.me>2014-09-19 22:48:39 +0400
commitddd27fc48a18c9a68f1df90cef67665547a14196 (patch)
tree50233b9dcef6ab97e33f3efcd429e69cf83c8f23
parent66d871dfddc6f787b5924899abc661a60af185a1 (diff)
Update rss.xml
-rw-r--r--layouts/rss.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/layouts/rss.xml b/layouts/rss.xml
index 3cac068..f6a8ec0 100644
--- a/layouts/rss.xml
+++ b/layouts/rss.xml
@@ -3,18 +3,17 @@
<title>{{ .Title }} on {{ .Site.Title }} </title>
<link>{{ .Permalink }}</link>
<language>en-us</language>
- <author>Alexandre Normand</author>
- <rights>Licensed under the Creative Commons Attribution-NonCommercial 3.0 Unported License by Alexandre Normand</rights>
+ <author>Alexander Ivanov</author>
<updated>{{ .Date }}</updated>
{{ range .Data.Pages }}
<item>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 MST" }}</pubDate>
- <author>Alexandre Normand</author>
+ <author>Alexander Ivanov</author>
<guid>{{ .Permalink }}</guid>
<description>{{ .Content | html }}</description>
</item>
{{ end }}
</channel>
-</rss> \ No newline at end of file
+</rss>