From 13d8e819831c1e652030f7ee0924773de655e18c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info>
Date: Wed, 15 Mar 2017 11:17:46 +0100
Subject: [PATCH] Replace page_id with app_id

---
 theme/templates/partials/base.html.nunj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/templates/partials/base.html.nunj b/theme/templates/partials/base.html.nunj
index c4499c7..5df2efc 100644
--- a/theme/templates/partials/base.html.nunj
+++ b/theme/templates/partials/base.html.nunj
@@ -12,7 +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" />
+  <meta property="fb:app_id" content="1419886504744454" />
 
   <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