diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-05 18:45:55 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-05 18:45:56 -0700 |
commit | 8e3339ead200da978172aa70e1f8e114a4126c0f (patch) | |
tree | b0e58d720666590a30af2b0a2d66c22da3536b0f | |
parent | b330277ed7d31ff1d680f6c4b77e18bdf2fb1832 (diff) | |
download | gitbook-8e3339ead200da978172aa70e1f8e114a4126c0f.zip gitbook-8e3339ead200da978172aa70e1f8e114a4126c0f.tar.gz gitbook-8e3339ead200da978172aa70e1f8e114a4126c0f.tar.bz2 |
Fix link to introduction
-rw-r--r-- | theme/templates/page.html | 6 |
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 %} |