From ca60352187531fa3891b479cdba786b3c9752ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info> Date: Wed, 15 Mar 2017 11:12:01 +0100 Subject: [PATCH] Specify fb:page_id --- theme/templates/partials/base.html.nunj | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/templates/partials/base.html.nunj b/theme/templates/partials/base.html.nunj index 14183767..c4499c75 100644 --- a/theme/templates/partials/base.html.nunj +++ b/theme/templates/partials/base.html.nunj @@ -12,6 +12,7 @@ <meta property="og:locale" content="cs_CZ" /> <meta property="og:url" content="{{ canonicalURL }}" /> <meta property="og:site_name" content="ok1kvk.cz" /> + <meta property="fb:page_id" content="ok1kvk" /> <link href='https://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext' rel='stylesheet' type='text/css'> <link href="{{ config.baseurl }}/theme/style.css?v=2" type="text/css" rel="stylesheet" media="screen,projection"/> -- GitLab