summaryrefslogtreecommitdiffstats
path: root/_includes
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-06-12 00:39:02 -0400
committerDrew DeVault <sir@cmpwn.com>2017-06-12 00:39:02 -0400
commitcfd1605c8a284467c9afb5eebe1aebc6d7fcae9c (patch)
tree74f85751a011cf13bd039d38f8cebeb7400a2036 /_includes
parentb8aea58329be55b1703a0e27c4f31d8b5893f37b (diff)
Refresh site design
Diffstat (limited to '_includes')
-rw-r--r--_includes/post-stub.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/_includes/post-stub.html b/_includes/post-stub.html
index e050ddb..83f411b 100644
--- a/_includes/post-stub.html
+++ b/_includes/post-stub.html
@@ -1,5 +1,11 @@
<div class="post-stub">
- <h2><a href="{{ include.post.url }}">{{ include.post.title }}</a></h2>
- <h3>{{ include.post.date | date_to_string }}</h3>
+ <h2>
+ <span class="date hidden-xs">
+ {{ include.post.date | date: "%Y-%m-%d" }}
+ </span>
+ <span class="title">
+ <a href="{{ include.post.url }}">{{ include.post.title }}</a>
+ </span>
+ </h2>
{{ include.post.excerpt }}
</div>