Skip to content

Commit

Permalink
change: トップページではTopicpathを非表示にするよう変更
Browse files Browse the repository at this point in the history
  • Loading branch information
flour621 committed Aug 1, 2024
1 parent b49f19b commit 5aece2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/develop/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,14 @@

<main class="container mx-auto px-4 py-20">
@section("topicpath")
<!-- BEGIN_MODULE Touch_NotTop -->
トップではないよ
<!-- END_MODULE Touch_NotTop -->
<!-- BEGIN_MODULE Touch_NotTop -->
<div class="mb-10">
@include("/include/topicpath.html")
</div>
<!-- END_MODULE Touch_NotTop -->
@endsection

@section("main")
Expand Down
4 changes: 3 additions & 1 deletion src/develop/_layouts/two-column.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@

<div class="container mx-auto px-4 py-20">
@section("topicpath")
<!-- BEGIN_MODULE Touch_NotTop -->
<div class="mb-10">
@include("/include/topicpath.html")
@include("/include/topicpath.html")
</div>
<!-- END_MODULE Touch_NotTop -->
@endsection

<div
Expand Down

0 comments on commit 5aece2a

Please sign in to comment.