{{ page.title }}
- {{ page.subtitle }} {{ content }} {% include defaultFooter.html %}
+~ > {{page.category}} > {{page.title}}
-
- Posted {{ page.date | date_to_string }} to Andrew Conlin's blog
- Reading time: {{ content | reading_time | pluralize: "minute" }}
-
+ {{ page.date | date: "%Y-%m-%d" }}
+ {{ content | reading_time | pluralize: "minute" }}
+
{{ content }} diff --git a/index.html b/index.html index a365adc..57d9237 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ --- layout: default -title: Andrew Conlin's blog +title: andrewconl.in permalink: / backlink: false --- @@ -23,7 +23,7 @@ github: @andrwcnln
{% assign category = post.category %} {% if category == 'blog' %}
{{ post.title }} -- {{ post.date | date_to_string }}
+{{ post.title }} // {{ post.date | date: "%Y-%m-%d" }}
{% assign category = post.category %} {% if category == 'weeklinks' %}
{{ post.title }} -- {{ post.date | date_to_string }}
+{{ post.title }} // {{ post.date | date: "%Y-%m-%d" }}
{% assign category = post.category %} {% if category == 'til' %}
{{ post.title }} -- {{ post.date | date_to_string }}
+{{ post.title }} // {{ post.date | date: "%Y-%m-%d" }}