Skip to content

Commit 73b8256

Browse files
committed
make overview not inherit the index layout
Signed-off-by: kwall <[email protected]>
1 parent 7d10a2c commit 73b8256

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

_layouts/overview.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: default
3+
---
4+
<div class="row justify-content-center">
5+
<div class="col-11 col-lg-8 card shadow gx-5 gy-5 m-lg-5">
6+
<div class="row g-0">
7+
<div class="col-auto">
8+
<div class="card-body">
9+
<div class="card-text m-2">
10+
{{ content | markdownify }}
11+
</div>
12+
</div>
13+
</div>
14+
</div>
15+
</div>
16+
</div>

overview.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: index
2+
layout: overview
33
title: Overview
44
permalink: /overview/
55
---

0 commit comments

Comments
 (0)