There was an error while loading. Please reload this page.
1 parent c4c02dd commit 1ebf70eCopy full SHA for 1ebf70e
1 file changed
_layouts/note.html
@@ -1,8 +1,6 @@
1
+---
2
layout: default
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>
+{% include article-header.html %}
+{% include article-body.html %}
+{% include apparatus.html notes=page.notes %}
0 commit comments