File tree 2 files changed +5
-34
lines changed
2 files changed +5
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
title: Categories
4
4
group: navigation
5
5
---
6
- < h3 class ="heading text-center "> Category</ h3 >
6
+ < h3 class ="heading text-right "> Category</ h3 >
7
7
8
8
9
9
{% for category in site.categories %}
10
- < h2 id ="{{ category[0] }} "> < a href ="#{{ category[0] }} "> {{ category[0] }}</ a > </ h2 >
11
- < ul >
10
+ < h2 class =" text-right " id ="{{ category[0] }} "> < a href ="#{{ category[0] }} "> {{ category[0] }}</ a > </ h2 >
11
+ < ul class =" text-right " >
12
12
{% assign pages_list = category[1] %}
13
13
14
14
{% for node in pages_list %}
15
15
{% if node.title != null %}
16
16
{% if group == null or group == node.group %}
17
17
{% if page.url == node.url %}
18
- < li class =" active " > < a href ="{{ site.baseurl }}{{node.url}} " class ="active "> {{node.title}}</ a > </ li >
18
+ < a href ="{{ site.baseurl }}{{node.url}} " class ="active "> {{node.title}}</ a >
19
19
{% else %}
20
- < li > < a href ="{{ site.baseurl }}{{node.url}} "> {{node.title}}</ a > </ li >
20
+ < a href ="{{ site.baseurl }}{{node.url}} "> {{node.title}}</ a >
21
21
{% endif %}
22
22
{% endif %}
23
23
{% endif %}
You can’t perform that action at this time.
0 commit comments