mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 01:46:51 +01:00
fixes
This commit is contained in:
parent
4d045b75d2
commit
313728cdbf
@ -6,7 +6,7 @@
|
||||
{% if paginator.previous_page == 1 %}
|
||||
<a href="/" rel="prev">Previous</a>
|
||||
{% else %}
|
||||
<a href="/page/{{ paginator.previous_page }}/" rel="prev">Previous</a>
|
||||
<a href="page/{{ paginator.previous_page }}/" rel="prev">Previous</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
{% endif %}
|
||||
@ -15,7 +15,7 @@
|
||||
</p>
|
||||
{% if paginator.next_page %}
|
||||
<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>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
@ -38,7 +38,7 @@ layout: base
|
||||
|
||||
{% if post.download %}
|
||||
<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>
|
||||
{% endif %}
|
||||
|
||||
@ -57,6 +57,4 @@ layout: base
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
</section>
|
||||
|
||||
{% include paginator.html %}
|
||||
</section>
|
@ -16,8 +16,7 @@
|
||||
"grunt-jekyll": "~0.4.0",
|
||||
"grunt-contrib-connect": "~0.5.0",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt-rsync": "~0.2.1",
|
||||
"grunt-responsive-images": "0.0.4"
|
||||
"grunt-rsync": "~0.2.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user