Skip to content

Instantly share code, notes, and snippets.

@balupton
Last active September 25, 2015 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save balupton/835969 to your computer and use it in GitHub Desktop.
Save balupton/835969 to your computer and use it in GitHub Desktop.
Jekyll Projects Plugin Usage
<!-- Projects -->
<section class="posts">
<h2>Projects</h2>
<nav class="posts">
{% for project in site.projects %}
<li><span>{{ project.date | date_to_string }}</span> &raquo; <a href="{{ project.url }}">{{ project.title }}</a></li>
{% endfor %}
</nav>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment