We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b87f9d commit 22d18a6Copy full SHA for 22d18a6
1 file changed
src/_includes/article.njk
@@ -3,10 +3,12 @@ layout: layout
3
highlight: true
4
og_image_width: 1200
5
og_image_height: 669
6
-og_type:
7
- "og:type": article
8
eleventyComputed:
9
og_image: "{% generateShareImage title %}"
+ og_type:
+ "og:type": article
10
+ "og:publish_date": "{{ date | date }}"
11
+ "og:type": article"
12
---
13
{% from "analytics.njk" import track with context %}
14
0 commit comments