aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-18 15:34:11 -0500
committerAlee <alee14498@gmail.com>2018-11-18 15:34:11 -0500
commit779d9dd746f49572be5b0b0cf89f72bdd5fd03f4 (patch)
tree19a366a6e946746947919613ccb19de3ddfc2ea0
parent6551aa0ce93138d37dbc8e00ec217bcf4781ab74 (diff)
downloadpersonal-website-779d9dd746f49572be5b0b0cf89f72bdd5fd03f4.tar.gz
personal-website-779d9dd746f49572be5b0b0cf89f72bdd5fd03f4.tar.bz2
personal-website-779d9dd746f49572be5b0b0cf89f72bdd5fd03f4.zip
added jumbotron in the blog posts
-rw-r--r--_layouts/post.html6
1 files 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 @@
<BODY>
{% include navigator.html %}
<div class="container">
- <h1>{{ page.title }}</h1>
- <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p>
+ <div class="jumbotron">
+ <h1>{{ page.title }}</h1>
+ <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p>
+ </div>
{{ content }}
</div>