diff --git a/sass/main.scss b/sass/main.scss
index 8b6c37d..f25c2fa 100644
--- a/sass/main.scss
+++ b/sass/main.scss
@@ -121,4 +121,9 @@ header {
margin-left: 10px;
margin-right: 10px;
}
-}
\ No newline at end of file
+}
+
+.toc {
+ background-color: #f0f0f0;
+ padding: 8px;
+}
diff --git a/templates/macros/blog.html b/templates/macros/blog.html
index 07bac94..79cbf9a 100644
--- a/templates/macros/blog.html
+++ b/templates/macros/blog.html
@@ -9,7 +9,7 @@
- Posted {% if post.extra.author %}by {{ post.extra.author }}{% endif %}
+ {{ post.reading_time }} min - Posted {% if post.extra.author %}by {{ post.extra.author }}{% endif %}
on {{ post.date }}
diff --git a/templates/macros/post.html b/templates/macros/post.html
new file mode 100644
index 0000000..f6b180b
--- /dev/null
+++ b/templates/macros/post.html
@@ -0,0 +1,12 @@
+{% macro render_toc(toc) %}
+
Visit here for more info.