diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2021-01-06 22:45:47 -0700 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2021-01-07 17:18:42 -0700 |
commit | a264d457e9f6192754ee6618909a6cef3b193667 (patch) | |
tree | 33123366cde712d315d74d9d621ad03ba4aec1e2 /_layouts/post.html | |
parent | 8b2edc00be119cf8e767080d5535041ec17123cf (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.html | 4 |
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> |