diff --git a/layouts/rss.xml b/layouts/rss.xml index 2ec97e9..bac5e56 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -1,8 +1,7 @@ - @{{ .Site.Author.handle }}’s {{ .Site.Title }}{{ with .Title }} - {{ . }}{{ end }} - {{ .Permalink }} + {{ .Site.BaseURL }}{{ .Permalink }} All entries {{ with .Title }}in {{.}} {{ end }}on {{ .Site.Title }} Hugo -- gohugo.io {{ with .Site.LanguageCode }}{{.}}{{end}} @@ -15,7 +14,7 @@ {{ .Title }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .Site.Author.email }}{{.}}{{end}} ({{ with .Site.Author.firstname }}{{.}}{{ end }} {{ with .Site.Author.lastname }}{{.}}{{end}}) + {{ with .Site.Author.email }}{{.}} - {{end}}{{ with .Site.Author.firstname }}{{.}}{{ end }} {{ with .Site.Author.lastname }}{{.}}{{end}} {{ .Permalink }} {{ .Content | html }} diff --git a/layouts/section/microposts.rss.xml b/layouts/section/microposts.rss.xml index 4c2a0d9..d6852f1 100644 --- a/layouts/section/microposts.rss.xml +++ b/layouts/section/microposts.rss.xml @@ -1,6 +1,5 @@ - @{{ .Site.Author.handle }}’s {{ .Site.Title }}{{ with .Title }} - {{ . }}{{ end }} {{ .Permalink }} All entries {{ with .Title }}in {{.}} {{ end }}on {{ .Site.Title }} @@ -17,7 +16,7 @@ {{ end }} {{ .Permalink }} {{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }} - {{ with .Site.Author.email }}{{.}}{{end}} ({{ with .Site.Author.firstname }}{{.}}{{ end }} {{ with .Site.Author.lastname }}{{.}}{{end}}) + {{ with .Site.Author.email }}{{.}} - {{end}}{{ with .Site.Author.firstname }}{{.}}{{ end }} {{ with .Site.Author.lastname }}{{.}}{{end}} {{ .Permalink }} {{ .Content | html }} diff --git a/theme.toml b/theme.toml index 93a2c80..ee3b711 100644 --- a/theme.toml +++ b/theme.toml @@ -2,11 +2,11 @@ name = "Internet Weblog" license = "MIT" licenselink = "https://github.com/jnjosh/internet-weblog/blob/master/LICENSE.md" description = "A personal, minimal blog theme for Hugo." -homepage = "http://jnjosh.com" +homepage = "https://jnjosh.com" tags = ["blog", "personal", "minimal", "microblog", "photoblog", "linkblog", "responsive"] features = ["Microblog", "Photoblog", "Blog", "Flickr Photo Stream", "Personal Blog", "Link Blog", "Responsive"] min_version = 0.14 [author] name = "Josh Johnson" - homepage = "http://jnjosh.com" + homepage = "https://jnjosh.com"