Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Created October 5, 2012 14:37
Show Gist options
  • Save ramnathv/3840145 to your computer and use it in GitHub Desktop.
Save ramnathv/3840145 to your computer and use it in GitHub Desktop.
rJekyll with Support for Content Blocks
<div class="hero-unit">
<h1>Business Statistics</h1>
<p>This course is aimed at introducing students to basic concepts in statistics</p>
<p><a class="btn btn-primary btn-large">Learn &raquo;</a></p>
</div>
<div class="hero-unit">
<h1>{{{ title }}}</h1>
{{{ content }}}
<p><a class="btn btn-primary btn-large">{{{ btn }}} &raquo;</a></p>
</div>

--- &hero btn:Learn

Business Statistics

This course is aimed at introducing students to basic concepts in statistics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment