-
-
Save blueprintmrk/9029917 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en-EN"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Test custom background & header</title> | |
</head> | |
<body class="wordpress" itemscope="itemscope" itemtype="http://schema.org/WebPage"> | |
<div id="container"> | |
<nav id="menu-primary" class="menu" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> | |
</nav><!-- #menu-primary --> | |
<header id="header" role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader"> | |
<hgroup id="branding"> | |
<h1 id="site-title" itemprop="headline"><a href="http://localhost" title="Locally Lost" rel="home">Locally Lost</a></h1> | |
<h2 id="site-description" itemprop="description">Life, blogging, & WordPress</h2> | |
</hgroup><!-- #branding --> | |
<nav id="menu-secondary" class="menu" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> | |
</nav><!-- #menu-secondary --> | |
</header><!-- #header --> | |
<img class="header-image" src="http://localhost/wp-content/uploads/2013/09/header-planets1.jpg" width="1175" height="401" alt="" /> | |
<div id="main"> | |
<nav class="breadcrumb-trail breadcrumbs" itemprop="breadcrumb"><span class="trail-begin"> | |
</nav> | |
<main id="content" class="content" role="main" itemprop="mainContentOfPage" itemscope itemtype="http://schema.org/Blog"> | |
<article id="post-1901" class="entry" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> | |
<meta itemprop="url" content="http://localhost/2013/09/22/test-cb/" /> | |
<meta itemprop="copyrightYear" content="2013" /> | |
<meta itemprop="datePublished" content="2013-09-22" /> | |
<meta itemprop="dateCreated" content="2013-09-22" /> | |
<meta itemprop="dateModified" content="2013-10-02" /> | |
<meta itemprop="wordCount" content="939" /> | |
<meta itemprop="timeRequired" content="PT4M41S" /> | |
<header class="entry-header"> | |
<h1 class="entry-title" itemprop="headline">Test custom background & header</h1> | |
<div class="entry-byline"> | |
<span class="entry-author author" itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person"><a href="http://localhost/author/admin/" title="Posts by Justin Tadlock" rel="author" class="url fn n" itemprop="url"><span itemprop="name">Justin Tadlock</span></a></span> | |
<time class="published updated" datetime="2013-09-22T21:58:41-05:00" title="Sunday, September 22nd, 2013, 9:58 pm">September 22, 2013</time> | |
<a href="http://localhost/2013/09/22/test-cb/#comments" class="comments-link" itemprop="discussionURL" title="Comment on Test custom background & header">1</a> | |
<a class="post-edit-link" href="http://localhost/wp-admin/post.php?post=1901&action=edit">Edit</a> | |
</div><!-- .entry-byline --> | |
</header><!-- .entry-header --> | |
<div class="entry-content" itemprop="articleBody"> | |
</div><!-- .entry-content --> | |
<footer class="entry-footer"> | |
<div class="entry-meta"> | |
<span class="category" itemprop="articleSection">Posted in <a href="http://localhost/topics/uncategorized/" rel="tag">Uncategorized</a></span> | |
</div> | |
</footer><!-- .entry-footer --> | |
</article><!-- .hentry --> | |
<section id="comments-template"> | |
<div id="comments"> | |
<h2 class="comments-number">1 Comment</h2> | |
<ol id="comment-list-comment" class="comment-list"> | |
<li id="comment-93" class="comment" itemprop="comment" itemscope="itemscope" itemtype="http://schema.org/UserComments"> | |
<article> | |
<meta itemprop="discusses" content="Test custom background & header" /> | |
<header class="comment-meta"> | |
<a href="http://justintadlock.com" rel="external nofollow" title="Justin Tadlock"><img alt='Justin Tadlock' src='http://1.gravatar.com/avatar/5c59d04ceb10b7ce586524221d010b76?s=80&d=wavatar&r=G' class='avatar avatar-80 photo' height='80' width='80' itemprop="image" /></a> | |
<cite class="comment-author" itemprop="creator" itemscope="itemscope" itemtype="http://schema.org/Person"><a href='http://justintadlock.com' rel='external nofollow' class='url fn n' itemprop="url"><span itemprop="name">Justin Tadlock</span></a></cite> | |
<time class="published" datetime="2013-09-28T04:01:58-05:00" title="Saturday, September 28th, 2013, 4:01 am" itemprop="commentTime">1 week ago</time><!-- .published --> | |
<a class="permalink" href="http://localhost/2013/09/22/test-cb/#comment-93" itemprop="url">Permalink</a> | |
<a class="comment-edit-link" href="http://localhost/wp-admin/comment.php?action=editcomment&c=93">Edit</a> | |
</header><!-- .comment-meta --> | |
<div class="comment-content" itemprop="commentText"> | |
</div><!-- .comment-content --> | |
<a itemprop="replyToUrl"class='comment-reply-link' href='/2013/09/22/test-cb/?replytocom=93#respond' onclick='return addComment.moveForm("comment-93", "93", "respond", "1901")'>Reply</a> | |
</article> | |
</li><!-- .comment --> | |
</ol><!-- .comment-list --> | |
</div><!-- #comments--> | |
</section><!-- #comments-template --> | |
</main><!-- #content --> | |
<aside id="sidebar-primary" class="sidebar" role="complementary" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"> | |
<section class="widget"> | |
</section> | |
</aside><!-- #sidebar-primary --> | |
</div><!-- #main --> | |
<footer id="footer" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter"> | |
</footer><!-- #footer --> | |
</div><!-- #container --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment