Skip to content

Instantly share code, notes, and snippets.

@besimhu
Last active August 29, 2015 14:17
Show Gist options
  • Save besimhu/38e99584de2f4154f836 to your computer and use it in GitHub Desktop.
Save besimhu/38e99584de2f4154f836 to your computer and use it in GitHub Desktop.
// Basic page with a sidebar
<article class="landing-blog-detail">
<header>
Headliner + post meta (date, author, category)
</header>
Your article copy
<aside>
Your sidebar
</aside>
</article>
// Basic page with additional containers
<article class="landing-blog-detail">
<div class="content-wrap">
<header>
Headliner + post meta (date, author, category)
</header>
Your article copy
</div>
<aside class="sidebar-wrap">
Your sidebar
</aside>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment