mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Added navbar link highlighting
This commit is contained in:
parent
8e2377f8f9
commit
be1ca19a4b
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,9 @@
|
|||
{% if LINKS and loop.first %}
|
||||
<li class="list-inline-item text-muted">|</li>
|
||||
{% endif %}
|
||||
<li class="list-inline-item"><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
|
||||
<li class="list-inline-item">
|
||||
<a class="{% if DISPLAY_SELECTED_PAGE and output_file == page.url %}nav-active{% endif %}" href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% for icon, link in ICONS %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue