Skip to content

Instantly share code, notes, and snippets.

@paulmsmith
Created December 10, 2012 11:29
Show Gist options
  • Save paulmsmith/4250098 to your computer and use it in GitHub Desktop.
Save paulmsmith/4250098 to your computer and use it in GitHub Desktop.
mixture please lord do this
{% include modules/module.html title="mixture" description="New kid on the block" imgPath="screenshots/mixture.jpg" ctaURL="http://mixture.io" %}
{% include modules/module.html title="jekyll" description="the old hand" imgPath="screenshots/jekylljpg" ctaURL="https://github.com/mojombo/jekyll/" %}
contents of module.html
<h1>{{ title }}</h1>
<p><img src="{{ imgPath }}" /></p>
<p>{{ description }}</p>
<p><a href="{{ ctaURL }}">Official site</a></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment