Switch to new hompage

This commit is contained in:
Kartik Singhal
2014-09-27 13:05:42 +05:30
committed by spf13
parent e3d4d40d32
commit 879e90dca7
11 changed files with 14 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ func (t *GoHtmlTemplate) EmbedTemplates() {
t.AddInternalTemplate("_default", "rss.xml", `<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ .Title }} on {{ .Site.Title }} </title>
<generator uri="https://hugo.spf13.com">Hugo</generator>
<generator uri="https://gohugo.io">Hugo</generator>
<link>{{ .Permalink }}</link>
{{ with .Site.LanguageCode }}<language>{{.}}</language>{{end}}
{{ with .Site.Author.name }}<author>{{.}}</author>{{end}}