Skip to content

Instantly share code, notes, and snippets.

@mavimo
Created December 26, 2013 18:41
Show Gist options
  • Save mavimo/8137230 to your computer and use it in GitHub Desktop.
Save mavimo/8137230 to your computer and use it in GitHub Desktop.
---
layout: default
title: Projects
generator: pagination
pagination:
max_per_page: 3
provider: projects
use:
- projects
---
<h2>Projects</h2>
<ul>
{% for project in page.pagination.items %}
<li><a href="{{ site.url }}{{ project.url }}">{{ project.title }}</a></li>
{% endfor %}
</ul>
{% include 'pager.html' with {'next' : 'Next Project', 'prev' : 'Previous Project'} %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment