Commit 2b04e4a Alexander
authored
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 28
28
{% for cat in node.group %}
29
29
{% if cat == group %}
30
30
{% if page.url == node.url %}
31
- <li class="active"><a href="{{ BASE_PATH }}{{node.url}}" class="active">{{node.title}}</a></li>
31
+ <li class="active"><a href="{{ BASE_PATH }}{{node.url}}.html " class="active">{{node.title}}</a></li>
32
32
{% else %}
33
- <li><a href="{{ BASE_PATH }}{{node.url}}">{{node.title}}</a></li>
33
+ <li><a href="{{ BASE_PATH }}{{node.url}}.html ">{{node.title}}</a></li>
34
34
{% endif %}
35
35
{% endif %}
36
36
{% endfor %}
Original file line number Diff line number Diff line change 17
17
{% if site.JB.ASSET_PATH %}
18
18
{% assign ASSET_PATH = site.JB.ASSET_PATH %}
19
19
{% else %}
20
- {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %}
21
- {% endif %}
20
+ {% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{% if page.theme.name %}{{ page.theme.name }}{% else if %}{{ layout.theme.name }}{% endif % }{% endcapture %}
21
+ {% endif %}
22
22
{% endif %}
23
- {% endcapture %}{% assign jbcache = nil %}
23
+ {% endcapture %}{% assign jbcache = nil %}
You can’t perform that action at this time.
0 commit comments