1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 08:37:57 +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 %} {% 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 %}

View File

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

View File

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