diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 17:46:52 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 17:46:52 +0200 |
commit | cd5959fe27b8b02bded5607e7fd8c0137164c0c6 (patch) | |
tree | d33fed3ef87f310024dc3dc4f23326eacd4239dd | |
parent | aeba4c83c6799b4a697b527503a01825e41bfe2d (diff) | |
download | website-cd5959fe27b8b02bded5607e7fd8c0137164c0c6.tar.xz |
journal: add some testing article metadata
-rw-r--r-- | src/journal.html | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/src/journal.html b/src/journal.html index e3a403d..e047bee 100644 --- a/src/journal.html +++ b/src/journal.html @@ -12,10 +12,14 @@ </header> - <article class="post" id="post:1"> - <h2 class="title" >Blogpost</h2> + <article itemscope itemtype="http://schema.org/Article" + class="post" id="post:1"> + <h2 itemprop="name" class="title">Blogpost</h2> <div class="info"> - <time datetime="2014-08-22T09:50:23Z">2014-08-22 09:50 UTC</time> + Published on <time itemprop="datePublished" datetime="2014-08-22T09:50:23Z">2014-08-22 09:50 UTC</time> + <span itemprop="author" itemscope itemtype="http://schema.org/Person"> + by <a rel="author" href="about.html"><span itemprop="name">Johannes Löthberg</span></a> + </span> </div> <p>Developers developers developers developers developers developers @@ -30,10 +34,14 @@ open source vista linux is not in the public domain innovation.</p> </article> - <article class="post" id="post:2"> - <h2 class="title" >jellefant</h2> + <article itemscope itemtype="http://schema.org/Article" + class="post" id="post:2"> + <h2 itemprop="name" class="title">jellefant</h2> <div class="info"> - <time datetime="2014-10-06T20:44:08Z">2014-10-06 20:44 UTC</time> + Published on <time itemprop="datePublished" datetime="2014-10-10T09:50:23Z">2014-10-10 09:50 UTC</time> + <span itemprop="author" itemscope itemtype="http://schema.org/Person"> + by <a rel="author" href="about.html"><span itemprop="name">Johannes Löthberg</span></a> + </span> </div> <p>I don't actually have anything at all to write here. So why am I even making this? Who the hell knows?!</p> |