Skip to content

Commit

Permalink
Merge pull request getpelican#384 from rlc4/master
Browse files Browse the repository at this point in the history
new-bootstrap2: Honor "ARCHIVE_URL" in base template
  • Loading branch information
justinmayer committed Apr 29, 2016
2 parents 5c5fe8d + 03ab282 commit 189bd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-bootstrap2/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</li>
{% endfor %}
<ul class="nav pull-right">
<li><a href="{{ SITEURL }}/archives.html"><i class="icon-th-list"></i>Archives</a></li>
<li><a href="{{ SITEURL }}/{{ ARCHIVES_URL }}"><i class="icon-th-list"></i>Archives</a></li>
</ul>

</ul>
Expand Down

0 comments on commit 189bd49

Please sign in to comment.