aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/post.html')
-rw-r--r--_includes/post.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/_includes/post.html b/_includes/post.html
deleted file mode 100644
index baecde7..0000000
--- a/_includes/post.html
+++ /dev/null
@@ -1,19 +0,0 @@
----json
-{
-"layout": "base"
-}
----
-<article itemscope :itemtype="schema('BlogPosting')">
- <h1 @text="title"></h1>
- <small>
- <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>
- <div itemprop="articleBody" @html="content" />
-</article>