From 5bed568213c84d2972f006d919ca6af4f58ab398 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 15 Apr 2021 11:13:11 +0200 Subject: [PATCH] =?UTF-8?q?Nezobrazovat=20=C5=A1ipku=20u=20polo=C5=BEek=20?= =?UTF-8?q?bez=20potomk=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 2 +- templates/macros.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index 5de0b47..cd8c3e1 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -137,7 +137,7 @@ header { font-weight: bold; font-size: 1.2em; - &>ul>li>a::after { + &>ul>li>a.rolldown::after { content: "\ea4e"; font-family: remixicon; font-size: .8em; diff --git a/templates/macros.html b/templates/macros.html index fdf8f71..6e76c50 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -20,8 +20,8 @@ style="--color: #5E81AC" {% endif %} > - {{ section.title }} {% if section.subsections %} + {{ section.title }}
{% if section.extra.nav_title_left and section.extra.nav_title_right %}
{{ section.extra.nav_title_left }}
@@ -58,6 +58,8 @@ {% endfor %}
+ {% else %} + {{ section.title }} {% endif %} {% endfor %}