Skip to content

Instantly share code, notes, and snippets.

@woeldiche
Created December 18, 2014 10:18
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 woeldiche/749fd412ad423263e21a to your computer and use it in GitHub Desktop.
Save woeldiche/749fd412ad423263e21a to your computer and use it in GitHub Desktop.
//- Include file with mixin
include ./titles
//- Use mixin
+titlepage(title)
//- Other content
.u-containedSmall.u-trailer.u-padded
include ../includes/search
section.Media-wrapper.u-cf#js-packery
each post in posts
include ../includes/media
mixin titlepage(title)
if block
h1.u-headerLarger.u-textCenter.u-leaderLargest
block
else
h1.u-headerLarger.u-textCenter.u-leaderLargest= title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment