From 18242b65d256f12b6ef7261b9a497eee76590e04 Mon Sep 17 00:00:00 2001 From: Zorex Salvo Date: Wed, 7 Feb 2024 06:51:42 +0800 Subject: [PATCH] style: Remove bullets on content page's mobile nav (#61) --- .../templates/content/_navbar-mobile.html | 38 ++----------------- .../content/templates/content/_navbar.html | 4 +- 2 files changed, 5 insertions(+), 37 deletions(-) diff --git a/pyconph/content/templates/content/_navbar-mobile.html b/pyconph/content/templates/content/_navbar-mobile.html index 8fb99c6..f8bc8c8 100644 --- a/pyconph/content/templates/content/_navbar-mobile.html +++ b/pyconph/content/templates/content/_navbar-mobile.html @@ -40,7 +40,7 @@ {% with parent=page.get_parent %} {% for page in parent.get_children %} {% if page.show_in_menus and page.live %} -
  • +
  • {{ page.title }}
  • {% endif %} @@ -51,39 +51,7 @@ Message us at pycon@python.ph for questions and inquiries

    - + {% include "socials.html" %} - \ No newline at end of file + diff --git a/pyconph/content/templates/content/_navbar.html b/pyconph/content/templates/content/_navbar.html index b1ad55a..d057404 100644 --- a/pyconph/content/templates/content/_navbar.html +++ b/pyconph/content/templates/content/_navbar.html @@ -1,6 +1,6 @@ -
    +
    {% with parent=page.get_parent %} - + {% for page in parent.get_children %} {% if page.show_in_menus and page.live %}