From a5f88f54a7b262e2d28ae69a43ee3afe98843c51 Mon Sep 17 00:00:00 2001 From: Rui Date: Thu, 1 Mar 2018 00:26:11 +0900 Subject: [PATCH] =?UTF-8?q?default.html:=20=E5=BE=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _layouts/default.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index dda4139..f14fa73 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,11 +2,11 @@ layout: compress --- - +{% comment %}サイドメニューのMarkdownを読み込み、HTMLに変換{% endcomment %} {% capture menu_markdown %}{% include menu.md %}{% endcapture %} {% assign menu = (menu_markdown | markdownify) %} - +{% comment %}SCSSを読み込み、CSSに変換{% endcomment %} {% capture style_scss %}{% include style.scss %}{{ page.custom-style }}{% endcapture %} {% assign style = (style_scss | scssify) %} @@ -31,11 +31,11 @@ layout: compress - + {% comment %}コンテナ{% endcomment %}
- + {% comment %}ヘッダ{% endcomment %}
- + {% comment %}Wikiタイトル{% endcomment %} {{ site.wiki.title }} - + {% comment %}モバイルメニュー表示ボタン{% endcomment %}
- + {% comment %}左メニュー{% endcomment %} - + {% comment %}本文{% endcomment %}

{{ page.title }} @@ -80,13 +80,13 @@ layout: compress
{{ content }}

- + {% comment %}フッタ{% endcomment %}
- + {% comment %}モバイルメニュー{% endcomment %}