summaryrefslogtreecommitdiff
path: root/_site_build/_includes/post_excerpt.html
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2019-03-25 21:05:35 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2019-03-25 21:05:35 +0000
commite1f06b311652786b2a3c9dd5981bbe9b51383d1a (patch)
tree6a584596d2d402f6eeb1e4bc14374a76fb8e1dec /_site_build/_includes/post_excerpt.html
parent4972068ab2e97a017e28f4e7b91858f9fcaeceb6 (diff)
Begining of rebuild.
Diffstat (limited to '_site_build/_includes/post_excerpt.html')
-rw-r--r--_site_build/_includes/post_excerpt.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/_site_build/_includes/post_excerpt.html b/_site_build/_includes/post_excerpt.html
deleted file mode 100644
index da5225f..0000000
--- a/_site_build/_includes/post_excerpt.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<article class="excerpt">
- <header>
- <h1><a href="{{ post.url }}" rel="bookmark" target="_self" title="{{ post.title }}">{{ post.title }}</a></h1>
- <time datetime="{{ post.date | date: '%Y-%m-%d' }}" pubdate>{{ post.date | date: '%A' }} {{ post.date | ordinalize }} {{ post.date | date: '%B, %Y' }}</time>
- {% if post.categories.size != 0 %}
- <span class="categories"> | Posted in {{ post.categories | category_links }}</span>
- {% endif %}
- {% if post.comments and site.disqus_shortname %}
- <span class="comment-count"> | <a href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}">Comments</a></span>
- {% endif %}
- </header>
- {{ post.content | truncate }}
-</article>