diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-04 01:11:28 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-11-04 01:11:28 +0100 |
| commit | 69a7b37de020fa329d961782fcc4c9c3895e6f1a (patch) | |
| tree | d45a5e87c3a44b8e1e8e21dc12b85338e52373b3 /themes/simple/layouts | |
| parent | f718ba2411b7caa18872724d5d3edb95e844337d (diff) | |
| download | mitjafelicijan.com-69a7b37de020fa329d961782fcc4c9c3895e6f1a.tar.gz | |
Added bigger OG image
Diffstat (limited to 'themes/simple/layouts')
| -rwxr-xr-x | themes/simple/layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html index d7fbec6..c1ba637 100755 --- a/themes/simple/layouts/partials/head.html +++ b/themes/simple/layouts/partials/head.html | |||
| @@ -17,4 +17,4 @@ | |||
| 17 | <meta property="og:title" content="{{ .Title }}"> | 17 | <meta property="og:title" content="{{ .Title }}"> |
| 18 | <meta property="og:description" content="{{ if .Summary }}{{ .Summary }}{{ else }}{{ .Site.Params.Description }}{{ end }}"> | 18 | <meta property="og:description" content="{{ if .Summary }}{{ .Summary }}{{ else }}{{ .Site.Params.Description }}{{ end }}"> |
| 19 | <meta property="og:url" content="https://mitjafelicijan.com/{{ .Params.url }}"> | 19 | <meta property="og:url" content="https://mitjafelicijan.com/{{ .Params.url }}"> |
| 20 | <meta property="og:image" content="https://mitjafelicijan.com/general/og.jpg"> | 20 | <meta property="og:image" content="https://mitjafelicijan.com/general/og-big.jpg"> |
