From 0c52d2ccedbcce2e36ddf7d6d9738f558403a8b1 Mon Sep 17 00:00:00 2001 From: Rui Date: Thu, 22 Mar 2018 15:12:32 +0900 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E3=82=92=E5=B0=91=E3=81=97?= =?UTF-8?q?=E3=82=AD=E3=83=AC=E3=82=A4=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _layouts/default.html | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 5f3be01..9d710a8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,21 +10,38 @@ layout: compress {% capture style_scss %}{% include style.scss %}{{ page.custom-style }}{% endcapture %} {% assign style = (style_scss | scssify) %} +{% comment %}アイコンのURL{% endcomment %} +{% assign icon_url = ({{ site.github.url }} | append: "/images/icon.png") %} + +{% capture amp-boilerplate %} +body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}} +{% endcapture %} + +{% capture amp-boilerplate-noscript %} +body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none} +{% endcapture %} + - {{ page.title }} - {{ site.wiki.title }} - - - - - - - + + + {{ page.title }} - {{ site.wiki.title }} + + + + + + + + + {{ page.custom-head }}