From e8a9ace7698834b4d88c693dd666939b7de5ad73 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 6 Sep 2018 23:53:20 +0200 Subject: added google verification tag --- _layouts/index.html | 2 ++ _layouts/page.html | 2 ++ _layouts/post.html | 2 ++ 3 files changed, 6 insertions(+) (limited to '_layouts') diff --git a/_layouts/index.html b/_layouts/index.html index 91fbc37..0d251ce 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -11,6 +11,8 @@ + + {{ page.title }} diff --git a/_layouts/page.html b/_layouts/page.html index 35a2f5e..7e38ee9 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -11,6 +11,8 @@ + + {{ page.title }} diff --git a/_layouts/post.html b/_layouts/post.html index 3f268f9..e4d4a50 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,6 +11,8 @@ + + {{ page.title }} -- cgit v1.2.3