Skip to content

Instantly share code, notes, and snippets.

@tenman
Created November 22, 2011 01:17
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 tenman/1384582 to your computer and use it in GitHub Desktop.
Save tenman/1384582 to your computer and use it in GitHub Desktop.
Twentyeleven structure
<div id="main">
<!--index[twentyeleven]-->
<div id="primary">
<div id="content" role="main">
<nav id="nav-above">
<h3 class="assistive-text">Post navigation</h3>
<div class="nav-previous">
<a href="">
<span class="meta-nav">←</span>
Older posts
</a>
</div>
<div class="nav-next">
</div>
</nav>
<!--#nav-above -->
<article id="post-3180" class="post-3180 post type-post status-publish format-standard sticky hentry category-uncategorized">
<header class="entry-header">
<hgroup>
<h2 class="entry-title">
<a title="Permalink to Sticky post" rel="bookmark">
Sticky post
</a>
</h2>
<h3 class="entry-format">Featured</h3>
</hgroup>
<div class="entry-meta">.....</div>
<!--.entry-meta -->
</header>
<!--.entry-header -->
<div class="entry-content">.....</div>
<!--.entry-content -->
<footer class="entry-meta"> .....</footer>
<!--#entry-meta -->
</article>
<!--#post-3180 -->
<article id="post-3207" class="post-3207 post type-post status-publish format-standard hentry category-uncategorized">
<header class="entry-header">
<h1 class="entry-title">...</h1>
<div class="entry-meta">...</div>
<!--.entry-meta -->
</header>
<!--.entry-header -->
<div class="entry-content">...</div>
<!--.entry-content -->
<footer class="entry-meta">...</footer>
<!--#entry-meta -->
</article>
<!--#post-3207 -->
<nav id="nav-below">
<h3 class="assistive-text">Post navigation</h3>
<div class="nav-previous">
<a>
<span class="meta-nav">←</span>
Older posts
</a>
</div>
<div class="nav-next">
</div>
</nav>
<!--#nav-above -->
</div>
<!--#content -->
</div>
<!--#primary -->
<div id="secondary" class="widget-area" role="complementary">
<aside id="archives" class="widget">
<h3 class="widget-title">Archives</h3>
<ul>
<li>
<a title="November 2011">Novemer 2011
</a>
</li>
</ul>
</aside>
<aside id="meta" class="widget">
<h3 class="widget-title">Meta</h3>
<ul>
<li>
<a>Site Admin</a>
</li>
<li>
<a> Log out</a>
</li>
</ul>
</aside>
</div>
<!--#secondary .widget-area -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment