From 12327e6e8fc772421aeda719b1de5d6ce1b9368b Mon Sep 17 00:00:00 2001 From: Rui Date: Thu, 28 Mar 2019 17:47:31 +0900 Subject: [PATCH] =?UTF-8?q?jekyll-seo-tag=E3=81=AF=E4=BD=BF=E3=82=8F?= =?UTF-8?q?=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 1 - _layouts/default.html | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 7e343e4..f57f39d 100644 --- a/_config.yml +++ b/_config.yml @@ -75,5 +75,4 @@ defaults: height: 603 plugins: - - "jekyll-seo-tag" - "jekyll-sitemap" # サイトマップ生成 diff --git a/_layouts/default.html b/_layouts/default.html index f4d5e5c..aca3e81 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -30,6 +30,11 @@ body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:non + + + {% if site.google_site_verification %} + + {% endif %} @@ -38,7 +43,6 @@ body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:non - {% seo %} {{ page.custom-head }}