summaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/home.atom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/home.atom.xml b/layouts/_default/home.atom.xml
index ad20269..b1befc0 100644
--- a/layouts/_default/home.atom.xml
+++ b/layouts/_default/home.atom.xml
@@ -6,6 +6,8 @@
<title>{{ site.Title }}</title>
{{ with site.Params.description }}<subtitle>{{ . }}</subtitle>{{ end }}
{{ with site.Home.OutputFormats.Get "Atom" }}<link href="{{ .RelPermalink }}" rel="self" type="{{ .MediaType.Type | html }}" />{{ end }}
+ {{ $logo := resources.Get (site.Params.assets.logo | default "/img/open-graph-logo.png" ) }}{{ $logo = $logo.Resize "96x96" }}<icon>{{$logo.RelPermalink}}</icon>
+ <logo>{{$logo.RelPermalink}}</logo>
{{ with site.Author.name }}<author>
<name>{{.}}</name>
{{ with site.Author.email }}<email>{{.}}</email>{{end}}