Skip to content

Commit da83a77

Browse files
committed
feat: Update layouts
1 parent 859b32e commit da83a77

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

_layouts/listing.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@
77
<header class="post-header">
88
<h1 class="post-title">{{ page.title | escape }}</h1>
99
{% if page.description %}
10-
<h2>{{ page.description | escape }}<h2>
10+
<blockquote>{{ page.description | escape }}</blockquote>
1111
{% endif %}
1212
</header>
1313

1414
{% include breadcrumbs.html %}
1515

16+
<br>
17+
1618
<h2>Topics</h2>
1719

18-
{% include list-sections.html %}
20+
{% include flex-sections.html %}
21+
22+
<br>
1923

2024
<h2>Pages</h2>
2125

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<header class="post-header">
99
<h1 class="post-title">{{ page.title | escape }}</h1>
1010
{% if page.description %}
11-
<h2>{{ page.description | escape }}<h2>
11+
<blockquote>{{ page.description | escape }}</blockquote>
1212
{% endif %}
1313
</header>
1414

0 commit comments

Comments
 (0)