Skip to content

Commit ce5ddff

Browse files
committed
Minor change.
1 parent 651e825 commit ce5ddff

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

_layouts/page.liquid

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ layout: default
1313
<h1 class="post-title{% if page.title_class %} {{ page.title_class }}{% endif %}">{{ page.title }}</h1>
1414
<p class="post-description">{{ page.description }}</p>
1515
</header>
16+
{% if page.show_divider %}
17+
<hr class="post-divider my-4">
18+
{% endif %}
1619

1720
<article>
1821
{{ content }}

_pages/talks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: Talks & Activities
66
nav: true
77
nav_order: 3
88
title_class: text-center
9+
show_divider: true
910
---
1011

1112
<!-- _pages/talks.md -->

0 commit comments

Comments
 (0)