aboutsummaryrefslogtreecommitdiffstats
path: root/includes/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'includes/post.html')
-rw-r--r--includes/post.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/includes/post.html b/includes/post.html
index baecde7..040e7ce 100644
--- a/includes/post.html
+++ b/includes/post.html
@@ -6,14 +6,13 @@
<article itemscope :itemtype="schema('BlogPosting')">
<h1 @text="title"></h1>
<small>
- <time :datetime="htmlDateString(page.date)" itemprop="datePublished"
- @text="readableDate(page.date)"></time>
+ <time :datetime="htmlDateString(page.date)" itemprop="datePublished" @text="readableDate(page.date)"></time>
- <span itemprop="author" itemscope :itemtype="schema('Person')">
<a :href="metadata.author.url" rel="author" itemprop="url">
<span itemprop="name" @text="metadata.author.name"></span>
</a>
</span>
</small>
- <p><small itemprop="abstract" @content="(description"></small></p>
+ <p><small itemprop="abstract" @content="description"></small></p>
<div itemprop="articleBody" @html="content" />
-</article>
+</article> \ No newline at end of file