Skip to content

Commit

Permalink
Issue techjoomla#9 fix: content changes for sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakhan Mandloi committed Nov 18, 2017
1 parent f8bf102 commit 90d1ee5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<span class="heading">{{ name | replace: "-", " " }}</span>
<ul>
{% assign tutorials = posts | sort: "title" %}
{% for tutorial in tutorials %}
{% for tutorial in tutorials | sort: "navigation_weight" %}
<li {% if tutorial.url == page.url %}class="active"{% endif %}><a href="{{ site.baseurl }}{{ tutorial.url }}">{{ tutorial.title }}</a></li>
{% endfor %}
</ul>
Expand Down
1 change: 1 addition & 0 deletions _posts/2017-01-17-com-api-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags:
- Joomla
- REST API
type: Document
navigation_weight: 1
---

# REST API framework for Joomla
Expand Down
1 change: 1 addition & 0 deletions _posts/2017-01-17-com-api-plugin-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags:
- Joomla
- REST API
type: Document
navigation_weight: 0
---

# Writing your own API Plugin
Expand Down
1 change: 1 addition & 0 deletions _posts/2017-09-16-hierarchy-manager-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags:
- Joomla
- Hierarchy
type: Document
navigation_weight: 1
---
# Hierarchy Management

Expand Down
5 changes: 3 additions & 2 deletions _posts/2017-09-16-tc-manager-overview.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
date: 2017-01-16
title: Terms & Conditions Manager Overview
title: Overview
categories:
- TC Manager
- T & C Manager
tags:
- Joomla
- Terms & Conditions Manager
type: Document
navigation_weight: 1
---

# Terms & Conditions Manager
Expand Down

0 comments on commit 90d1ee5

Please sign in to comment.