File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ module github.com/kevinlinxc/stemformulas.com
22
33go 1.20
44
5- // 2.6.0 breaks the main menu css for some reason
65require github.com/jpanther/congo/v2 v2.6.1 // indirect
Original file line number Diff line number Diff line change 1111 < title > {{ .Site.Title | emojify }}</ title >
1212 < meta name ="title " content ="{{ .Site.Title | emojify }} " />
1313 < meta property ="og:title " content ='stemformulas '/>
14- < meta property ="og:image " content ='https://github.com/stemformulas/stemformulas.github.io/raw/main/equalsicon.png '/>
14+ < meta property ="og:image " content ='https://github.com/stemformulas/stemformulas.github.io/raw/main/equalsicon-wide .png '/>
1515 < meta property ="og:description " content ='All of the STEM formulas, eventually '/>
1616 < meta property ="og:url " content ='https://stemformulas.com '/>
17- < meta property ="og:image:width " content ='1200 ' />
17+ < meta property ="og:image:width " content ='800 ' />
1818 < meta property ="og:image:height " content ='1200 ' /> <!-- TYPE BELOW IS PROBABLY: 'website' or 'article' or look on https://ogp.me/#types -->
1919 < meta property ="og:type " content ='website '/>
2020 {{- else -}}
2121 < title > {{ .Title | emojify }} · {{ .Site.Title | emojify }}</ title >
2222 < meta name ="title " content ="{{ .Title | emojify }} · {{ .Site.Title | emojify }} " />
23+ < meta property ="og:title " content ="{{ .Title | emojify }} · {{ .Site.Title | emojify }} " />
24+
2325 {{- end }}
2426 {{/* Metadata */}}
2527 < meta name ="description " content ="{{ with .Description }}{{ . }}{{ else }}{{ if .IsPage }}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }} " />
You can’t perform that action at this time.
0 commit comments