We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d18a6 commit f8a90fbCopy full SHA for f8a90fb
2 files changed
src/_includes/article.njk
@@ -9,6 +9,8 @@ eleventyComputed:
9
"og:type": article
10
"og:publish_date": "{{ date | date }}"
11
"og:type": article"
12
+ og_locale: "{{ site.locale | safe }}"
13
+ fb_app_id: "{{ site.facebookAppId }}"
14
---
15
{% from "analytics.njk" import track with context %}
16
src/blog/blog.html.njk
@@ -5,6 +5,11 @@ eleventyComputed:
5
og_image: "{% generateShareImage site.blogTitle %}"
6
title: "{{ site.blogTitle }}"
7
description: "{{ site.blogDescription }}"
8
+ eleventyComputed:
+ og_type:
+ "og:type": website
<div class="blog">
<section class="hero is-medium bg-green bd-rd">
0 commit comments