forked from kittv/web
1
0
Fork 0

Nezobrazovat šipku u položek bez potomků

studium
Emil Miler 3 years ago
parent c323d97fc2
commit 5bed568213

@ -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;

@ -20,8 +20,8 @@
style="--color: #5E81AC"
{% endif %}
>
<a href="{{ section.permalink }}">{{ section.title }}</a>
{% if section.subsections %}
<a href="{{ section.permalink }}" class="rolldown">{{ section.title }}</a>
<div>
{% if section.extra.nav_title_left and section.extra.nav_title_right %}
<div class="title">{{ section.extra.nav_title_left }}</div>
@ -58,6 +58,8 @@
{% endfor %}
</ul>
</div>
{% else %}
<a href="{{ section.permalink }}">{{ section.title }}</a>
{% endif %}
</li>
{% endfor %}

Loading…
Cancel
Save