aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/head.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-11-04 01:11:28 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-11-04 01:11:28 +0100
commit69a7b37de020fa329d961782fcc4c9c3895e6f1a (patch)
treed45a5e87c3a44b8e1e8e21dc12b85338e52373b3 /themes/simple/layouts/partials/head.html
parentf718ba2411b7caa18872724d5d3edb95e844337d (diff)
downloadmitjafelicijan.com-69a7b37de020fa329d961782fcc4c9c3895e6f1a.tar.gz
Added bigger OG image
Diffstat (limited to 'themes/simple/layouts/partials/head.html')
-rwxr-xr-xthemes/simple/layouts/partials/head.html2
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">