Skip to content

Commit 1ebf70e

Browse files
authored
Refactor note layout to remove unnecessary tags
1 parent c4c02dd commit 1ebf70e

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

_layouts/note.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1+
---
12
layout: default
23
---
3-
4-
<article class="article-page">
5-
{% include article-header.html %}
6-
{% include article-body.html %}
7-
{% include apparatus.html notes=page.notes %}
8-
</article>
4+
{% include article-header.html %}
5+
{% include article-body.html %}
6+
{% include apparatus.html notes=page.notes %}

0 commit comments

Comments
 (0)