1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-24 10:16:27 +02:00
This commit is contained in:
Matthias Kretschmann 2013-12-02 00:37:18 +01:00
parent 4d045b75d2
commit 313728cdbf
3 changed files with 5 additions and 8 deletions

View File

@ -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 %}

View File

@ -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>

View File

@ -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",