We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
og:image
1 parent 4261222 commit 40c4c29Copy full SHA for 40c4c29
src/main/handlebars/home.handlebars
@@ -5,12 +5,8 @@
5
<meta property="og:type" content="website">
6
<meta property="og:title" content="Home - Dialog">
7
<meta property="og:description" content="Fotoblog von Timm Friebe">
8
- {{#with elements.0}}
9
- {{#with cover.images.0}}
10
- <meta property="og:image" content="{{request.uri.base}}/image/{{cover.slug}}/preview-{{.}}.jpg">
11
- {{/with}}
12
13
{{#with cover}}
+ <meta property="og:image" content="{{request.uri.base}}/image/{{slug}}/preview-{{images.0.name}}.jpg">
14
<link rel="preload" href="/image/{{slug}}/full-{{images.0.name}}.webp" as="image">
15
{{/with}}
16
{{/inline}}
0 commit comments