summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2018-09-05 13:56:55 -0400
committerBrian Picciano <mediocregopher@gmail.com>2018-09-05 13:56:55 -0400
commitd1446c6d6fd0d7f8ccce74960a80981399221fa9 (patch)
treec825954e3545c3c26cb52e2f32a247e29cf5381c /_layouts/post.html
parentc61dcf483bea7ad632ba5f7044d72f2bd74e670a (diff)
refactor some of the styles, start adding donation sectoin
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 6a491f9..8c132d0 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -7,16 +7,16 @@ layout: default
<h1 id="post-headline" itemprop="name headline">
{{ page.title | escape }}
</h1>
- <div id="post-sub-header">
- <span itemprop="author" itemscope itemtype="http://schema.org/Person">
+ <div class="light">
+ <span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">{{ site.author }}</span>
</span>
- •
+ <!-- • -->
<time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{{ page.date | date: "%b %-d, %Y" }}
</time>
- <span itemprop="about">{{ page.description }}</span>
+ <span itemprop="about"><em>{{ page.description }}</em></span>
</div>
</header>