Skip to content

Commit

Permalink
fixes pages context change for tuxlite_tbs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickpierson committed Feb 4, 2017
1 parent d9bd332 commit 1f59f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuxlite_tbs/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{% endfor %}

{% if DISPLAY_PAGES_ON_MENU %}
{% for page in PAGES %}
{% for page in pages %}
<li><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></li>
{% endfor %}
{% endif %}
Expand Down

0 comments on commit 1f59f2d

Please sign in to comment.