File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 < li > < a class ="aio-nav__link " href ="{{ SITEURL }}/{{ p.url }} " {% if p ==page %} aria-current ="page " {% endif %} > {{ p.title }}</ a > </ li >
1919 {% endfor %}
2020 </ ul >
21+ < a href ="/projects " class ="aio-nav__list-heading "> Projects</ a >
2122 < ul class ="aio-nav__list " aria-label ="Projects ">
2223 {% for p in pages if p.prefix == "projects/" %}
2324 < li > < a class ="aio-nav__link " href ="{{ SITEURL }}/{{ p.url }} " {% if p ==page %} aria-current ="page " {% endif %} > {{ p.title }}</ a > </ li >
2425 {% endfor %}
2526 </ ul >
27+ < a href ="/news " class ="aio-nav__list-heading "> News</ a >
2628 < ul class ="aio-nav__list " aria-label ="News ">
2729 {% for cat, null in tags %}
2830 < li > < a class ="aio-nav__link " href ="{{ SITEURL }}/{{ cat.url }} " {% if cat ==category %} aria-current ="page " {% endif %} > {{ cat }}</ a > </ li >
You can’t perform that action at this time.
0 commit comments