Skip to content

Commit

Permalink
modify: {% extends %} タグでベーステンプレートを利用するよう変更
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamseeker committed Dec 12, 2018
1 parent 0ad8169 commit d416100
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/about/index.html
Expand Up @@ -11,3 +11,5 @@
{# ------------------------------------------
出力
--------------------------------------------- #}
{# ベースレイアウトを extends #}
{% extends '_layout' %}
2 changes: 2 additions & 0 deletions templates/index.html
Expand Up @@ -11,3 +11,5 @@
{# ------------------------------------------
出力
--------------------------------------------- #}
{# ベースレイアウトを extends #}
{% extends '_layout' %}
2 changes: 2 additions & 0 deletions templates/news/_entry.html
Expand Up @@ -11,3 +11,5 @@
{# ------------------------------------------
出力
--------------------------------------------- #}
{# ベースレイアウトを extends #}
{% extends '_layout' %}
2 changes: 2 additions & 0 deletions templates/news/index.html
Expand Up @@ -11,3 +11,5 @@
{# ------------------------------------------
出力
--------------------------------------------- #}
{# ベースレイアウトを extends #}
{% extends '_layout' %}
2 changes: 2 additions & 0 deletions templates/search/results.html
Expand Up @@ -11,3 +11,5 @@
{# ------------------------------------------
出力
--------------------------------------------- #}
{# ベースレイアウトを extends #}
{% extends '_layout' %}
2 changes: 2 additions & 0 deletions templates/services/index.html
Expand Up @@ -11,3 +11,5 @@
{# ------------------------------------------
出力
--------------------------------------------- #}
{# ベースレイアウトを extends #}
{% extends '_layout' %}
2 changes: 2 additions & 0 deletions templates/work/_entry.html
Expand Up @@ -11,3 +11,5 @@
{# ------------------------------------------
出力
--------------------------------------------- #}
{# ベースレイアウトを extends #}
{% extends '_layout' %}
2 changes: 2 additions & 0 deletions templates/work/index.html
Expand Up @@ -12,3 +12,5 @@
{# ------------------------------------------
出力
--------------------------------------------- #}
{# ベースレイアウトを extends #}
{% extends '_layout' %}

0 comments on commit d416100

Please sign in to comment.