mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
fixes
This commit is contained in:
parent
4d045b75d2
commit
313728cdbf
@ -6,7 +6,7 @@
|
|||||||
{% if paginator.previous_page == 1 %}
|
{% if paginator.previous_page == 1 %}
|
||||||
<a href="/" rel="prev">Previous</a>
|
<a href="/" rel="prev">Previous</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<a href="/page/{{ paginator.previous_page }}/" rel="prev">Previous</a>
|
<a href="page/{{ paginator.previous_page }}/" rel="prev">Previous</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -15,7 +15,7 @@
|
|||||||
</p>
|
</p>
|
||||||
{% if paginator.next_page %}
|
{% if paginator.next_page %}
|
||||||
<p class="next col2 alignright">
|
<p class="next col2 alignright">
|
||||||
<a href="/page/{{ paginator.next_page }}/" rel="next">Next</a>
|
<a href="page/{{ paginator.next_page }}/" rel="next">Next</a>
|
||||||
<i class="icon-arrow-right"></i>
|
<i class="icon-arrow-right"></i>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -38,7 +38,7 @@ layout: base
|
|||||||
|
|
||||||
{% if post.download %}
|
{% if post.download %}
|
||||||
<p class="download col3">
|
<p class="download col3">
|
||||||
<a class="btn icon-arrow-down" href="/media/{{ post.download }}">Download <span>zip</span></a>
|
<a class="btn icon-download" href="/media/{{ post.download }}">Download <span>zip</span></a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
@ -57,6 +57,4 @@ layout: base
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include paginator.html %}
|
|
@ -16,8 +16,7 @@
|
|||||||
"grunt-jekyll": "~0.4.0",
|
"grunt-jekyll": "~0.4.0",
|
||||||
"grunt-contrib-connect": "~0.5.0",
|
"grunt-contrib-connect": "~0.5.0",
|
||||||
"grunt-contrib-clean": "~0.5.0",
|
"grunt-contrib-clean": "~0.5.0",
|
||||||
"grunt-rsync": "~0.2.1",
|
"grunt-rsync": "~0.2.1"
|
||||||
"grunt-responsive-images": "0.0.4"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user