Merge branch 'release/1.4.0'

This commit is contained in:
Andy Miller 2016-01-06 16:19:35 -07:00
commit a237e42e61
5 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,11 @@
# v1.4.0
## 01/06/2016
1. [](#improved)
* Fontawesome updated to 4.5.0
1. [](#bugfix)
* Searchbox in search results fix
# v1.3.1
## 12/18/2015

View File

@ -1,5 +1,5 @@
name: Deliver
version: 1.3.1
version: 1.4.0
description: "Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme."
icon: newspaper-o
author:

File diff suppressed because one or more lines are too long

View File

@ -63,13 +63,13 @@
{% block body %}
<section id="body" class="{{ class }}">
{% block content %}{% endblock %}
{% block footer %}
{% include 'modular/footer.html.twig' %}
{% endblock %}
</section>
{% endblock %}
</div>
<div class="sb-slidebar sb-left sb-width-thin">
<div id="panel">

View File

@ -27,7 +27,7 @@
{{ assets.css() }}
{% block javascripts %}
{% do assets.addJs('theme://js/jquery-2.1.1.min.js',101) %}
{% do assets.add('jquery', 101) %}
{% do assets.addJs('theme://js/modernizr.custom.71422.js',100) %}
{% do assets.addJs('theme://js/deliver.js') %}
{% do assets.addJs('theme://js/slidebars.min.js') %}
@ -63,13 +63,13 @@
{% block body %}
<section id="body" class="{{ class }}">
{% block content %}{% endblock %}
{% block footer %}
{% include 'modular/footer.html.twig' %}
{% endblock %}
</section>
{% endblock %}
</div>
<div class="sb-slidebar sb-left sb-width-thin">
<div id="panel">