summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2021-01-06 22:45:47 -0700
committerBrian Picciano <mediocregopher@gmail.com>2021-01-07 17:18:42 -0700
commita264d457e9f6192754ee6618909a6cef3b193667 (patch)
tree33123366cde712d315d74d9d621ad03ba4aec1e2 /_layouts/post.html
parent8b2edc00be119cf8e767080d5535041ec17123cf (diff)
remove donation links, wrote up follow page, haven't linked it in yet
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 98a0536..6b97042 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,7 +1,7 @@
---
layout: default
---
-<article itemscope itemtype="http://schema.org/BlogPosting" style="margin-bottom: 50vh;">
+<article itemscope itemtype="http://schema.org/BlogPosting">
<header id="post-header">
<h1 id="post-headline" itemprop="name headline">
@@ -22,7 +22,7 @@ layout: default
</time>
{% endif -%}
- <span itemprop="about"><em>{{ page.description }}</em></span>
+ <description itemprop="about"><em>{{ page.description }}</em></description>
</div>
</header>