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 | |
| parent | f718ba2411b7caa18872724d5d3edb95e844337d (diff) | |
| download | mitjafelicijan.com-69a7b37de020fa329d961782fcc4c9c3895e6f1a.tar.gz | |
Added bigger OG image
| -rw-r--r-- | static/general/og-big.jpg | bin | 0 -> 70575 bytes | |||
| -rw-r--r-- | static/general/og-big.xcf | bin | 0 -> 10025863 bytes | |||
| -rw-r--r-- | static/general/og.xcf | bin | 916556 -> 898329 bytes | |||
| -rwxr-xr-x | themes/simple/layouts/partials/head.html | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/static/general/og-big.jpg b/static/general/og-big.jpg new file mode 100644 index 0000000..da8273b --- /dev/null +++ b/static/general/og-big.jpg | |||
| Binary files differ | |||
diff --git a/static/general/og-big.xcf b/static/general/og-big.xcf new file mode 100644 index 0000000..ae0b007 --- /dev/null +++ b/static/general/og-big.xcf | |||
| Binary files differ | |||
diff --git a/static/general/og.xcf b/static/general/og.xcf index b4d4c37..0572715 100644 --- a/static/general/og.xcf +++ b/static/general/og.xcf | |||
| Binary files differ | |||
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"> |
