summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--theme/templates/page.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html
index 9dbb265..9793cc4 100644
--- a/theme/templates/page.html
+++ b/theme/templates/page.html
@@ -42,11 +42,7 @@
{# Pages content #}
<section>
- <article class="new-chapter">
- <h1>Introduction</h1>
- </article>
-
- <article id="#README.md">
+ <article id="README.md">
{% for section in pages["README.md"].content %}
{% if section.type == "normal" %}
{% autoescape false %}{{ section.content }}{% endautoescape %}