diff --git a/build.go b/build.go index c19b670b..04d9a01b 100644 --- a/build.go +++ b/build.go @@ -560,6 +560,7 @@ func getLocals(locals map[string]interface{}) map[string]interface{} { defaults := map[string]interface{}{ "AbsoluteURL": conf.AbsoluteURL, "FavIcon": "/content/images/favicon.png", + "SiteIcon": "/content/images/CoolsterCodes.jpg", "CCEnv": conf.CCEnv, "TitleSuffix": scommon.TitleSuffix, } diff --git a/web/html/article.tmpl.html b/web/html/article.tmpl.html index 6b344fb3..3808fc77 100644 --- a/web/html/article.tmpl.html +++ b/web/html/article.tmpl.html @@ -7,7 +7,7 @@ {{ if .Article.Image }} {{ else }} - + {{ end }} diff --git a/web/html/helpers/_og_common.tmpl.html b/web/html/helpers/_og_common.tmpl.html index 5d2de1fb..9e582ab6 100644 --- a/web/html/helpers/_og_common.tmpl.html +++ b/web/html/helpers/_og_common.tmpl.html @@ -1,3 +1,3 @@ - + diff --git a/web/html/index.tmpl.html b/web/html/index.tmpl.html index e2a167cf..cb2311ba 100644 --- a/web/html/index.tmpl.html +++ b/web/html/index.tmpl.html @@ -2,9 +2,9 @@ {{- define "og" -}} {{- template "web/html/helpers/_og_common.tmpl.html" . -}} - - - + + + {{- end -}}