+{% include "partials/date_separator.html" %}
+
{{ post_page.title }}
+ {% if post_page.meta.description is defined %}
+
{{ post_page.meta.description }}
+ {% endif %}
+
+ {{ post_page.content.split(config.extra.excerpt_separator, 1)[0] }}
+
+
+ {% include ".icons/octicons/arrow-right-24.svg" %}
+
+ Continue reading
+
+
diff --git a/extras/post.html b/extras/post.html
new file mode 100644
index 0000000..02641b8
--- /dev/null
+++ b/extras/post.html
@@ -0,0 +1,38 @@
+{% extends "base.html" %}
+
+{% block content %}
+