diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_nav.html | 6 | ||||
-rw-r--r-- | templates/index.html | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/templates/_nav.html b/templates/_nav.html index 0ab8ac7..270f028 100644 --- a/templates/_nav.html +++ b/templates/_nav.html @@ -17,9 +17,9 @@ {{ nav::hamburger(root=root) }} {# Section title #} - <div class="toc-item toc-section"> - <a class="subtext" href="{{root.permalink | safe}}">{{ root.title }}</a> - </div> + <!-- <div class="toc-item toc-section"> --> + <!-- <a class="subtext" href="{{root.permalink | safe}}">{{ root.title }}</a> --> + <!-- </div> --> {# Choose between "tree" (has extra.parent) and "list" (default) collections #} {% set root_tree = root.pages | group_by(attribute="extra.parent") %} diff --git a/templates/index.html b/templates/index.html index 1193328..b48d6d0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,8 +39,11 @@ <div class="content text"> {% block content %} - <div id="features" class="heading-text">{{ section.title }} </div> - {{ section.content | safe }} + <div id="features" class="heading-text"> + {{ section.title }} + </div> + + {{ section.content | safe }} {% endblock content %} </div> |