new, jekyll-based blog
This commit is contained in:
12
_includes/post.html
Normal file
12
_includes/post.html
Normal file
@ -0,0 +1,12 @@
|
||||
<article class="hentry" role="article">
|
||||
<header>
|
||||
<h1 class="entry-title">{{ post.title }}</h1>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
{{ content }}
|
||||
</div>
|
||||
<footer class="meta">
|
||||
<p>posted in: {{ post.tags | tag_links }}</p>
|
||||
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>— <a href="/{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time>
|
||||
</footer>
|
||||
</article>
|
5
_includes/vcard.html
Normal file
5
_includes/vcard.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="vcard">
|
||||
<img src="http://www.gravatar.com/avatar/b29b5419f81fa03145cafc684bb20c76.png?s=75" class="photo left" alt="James Walker" >
|
||||
<p><a href="/about/" class="fn n">James Walker</a> (a.k.a. <a href="http://walkah.net/" rel="me" class="url nickname uid">walkah</a>) is a free software developer and advocate for the open web. He is a long time <a href="http://drupal.org/user/1531" rel="me">Drupal</a> developer.</p>
|
||||
<p>You can follow him on <a href="https://twitter.com/walkah" rel="me">twitter</a> or <a href="https://github.com/walkah">github</a>.</p>
|
||||
</div>
|
Reference in New Issue
Block a user