From 779d9dd746f49572be5b0b0cf89f72bdd5fd03f4 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 18 Nov 2018 15:34:11 -0500 Subject: added jumbotron in the blog posts --- _layouts/post.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 2f0a972..3dbc481 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,8 +11,10 @@ {% include navigator.html %}
-

{{ page.title }}

-

{{ page.date | date_to_string }} | By: {{ page.author }}

+
+

{{ page.title }}

+

{{ page.date | date_to_string }} | By: {{ page.author }}

+
{{ content }}
-- cgit v1.2.3