File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -560,6 +560,7 @@ func getLocals(locals map[string]interface{}) map[string]interface{} {
560560 defaults := map [string ]interface {}{
561561 "AbsoluteURL" : conf .AbsoluteURL ,
562562 "FavIcon" : "/content/images/favicon.png" ,
563+ "SiteIcon" : "/content/images/CoolsterCodes.jpg" ,
563564 "CCEnv" : conf .CCEnv ,
564565 "TitleSuffix" : scommon .TitleSuffix ,
565566 }
Original file line number Diff line number Diff line change 77{{ if .Article.Image }}
88< meta property ="og:image " content ="{{.AbsoluteURL}}{{.Article.Image}} ">
99{{ else }}
10- < meta property ="og:image " content ="{{.AbsoluteURL}}{{.FavIcon }} ">
10+ < meta property ="og:image " content ="{{.AbsoluteURL}}{{.SiteIcon }} ">
1111{{ end }}
1212< meta property ="og:url " content ="{{.AbsoluteURL}}/{{.Article.Slug}} ">
1313< link rel ="canonical " href ="{{.AbsoluteURL}}/{{.Article.Slug}} ">
Original file line number Diff line number Diff line change 11< meta property ="og:site_name " content ="CoolsterCodes.com ">
2- < meta property ="og:image " content ="{{.AbsoluteURL}}{{.FavIcon }} ">
2+ < meta property ="og:image " content ="{{.AbsoluteURL}}{{.SiteIcon }} ">
33< meta property ="og:type " content ="website ">
Original file line number Diff line number Diff line change 22
33{{- define "og" -}}
44{{- template "web/html/helpers/_og_common.tmpl.html" . -}}
5- < meta property ="og:title " content ="Coolster Codes ">
6- < meta property ="og:description " content ="It's easy as 001 010 011! ">
7- < meta name ="description " content ="It's easy as 001 010 011! ">
5+ < meta property ="og:title " content ="It's easy as 001 010 011! ">
6+ < meta property ="og:description " content ="Coolster Codes ">
7+ < meta name ="description " content ="Coolster Codes ">
88< meta property ="og:url " content ="{{.AbsoluteURL}} ">
99< link rel ="canonical " href ="{{.AbsoluteURL}} ">
1010{{- end -}}
You can’t perform that action at this time.
0 commit comments