Merge branch 'release/1.6.2'
This commit is contained in:
commit
eed103e19b
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
# v1.6.2
|
||||
## 12/20/2016
|
||||
|
||||
1. [](#improved)
|
||||
* Add bottom js call in bottom block
|
||||
|
||||
# v1.6.1
|
||||
## 12/10/2016
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: Deliver
|
||||
version: 1.6.1
|
||||
version: 1.6.2
|
||||
description: "Deliver theme is a port of the Michael Reimer's Deliver Free PSD theme."
|
||||
icon: newspaper-o
|
||||
author:
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{% block bottom %}
|
||||
{{ assets.js('bottom') }}
|
||||
<script>
|
||||
$(function () {
|
||||
$(document).ready(function() {
|
||||
|
|
Loading…
Reference in a new issue