Merge branch 'release/1.0.4'
This commit is contained in:
commit
a35eab2203
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
# v1.0.4
|
||||||
|
## 05/09/2015
|
||||||
|
|
||||||
|
1. [](#improved)
|
||||||
|
* Fix for bottom menu links
|
||||||
|
|
||||||
# v1.0.3
|
# v1.0.3
|
||||||
## 03/01/2015
|
## 03/01/2015
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: Deliver
|
name: Deliver
|
||||||
version: 1.0.3
|
version: 1.0.4
|
||||||
description: "Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme."
|
description: "Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme."
|
||||||
icon: newspaper-o
|
icon: newspaper-o
|
||||||
author:
|
author:
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<div class="footer-module"><h4>{{ site.footer.links_title }}</h4>
|
<div class="footer-module"><h4>{{ site.footer.links_title }}</h4>
|
||||||
<ul class="quickmenu">
|
<ul class="quickmenu">
|
||||||
{% for module in site.quicklinks %}
|
{% for module in site.quicklinks %}
|
||||||
<li><i class="fa fa-chevron-right"></i><a href="{{ module.url }}">{{ module.text }}</a></li>
|
<li><i class="fa fa-chevron-right"></i><a href="{% if "base_url:" in module.url %}{{ base_url_absolute }}/{{ module.url|replace({"base_url:": ""}) }}{% else %}{{ module.url }}{% endif %}">{{ module.text }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue