diff options
| author | Alee <Alee14498@gmail.com> | 2019-04-05 19:22:08 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-04-05 19:22:08 -0400 |
| commit | 4250a4f951fbed985e6a60507fb526ee96acfccf (patch) | |
| tree | c9dd6f8887fd9011a130763b8fd37e1de720a1b4 /_layouts | |
| parent | 743327238a4c565bc1beb3fd0f373a48c2abf26c (diff) | |
| download | personal-website-4250a4f951fbed985e6a60507fb526ee96acfccf.tar.gz personal-website-4250a4f951fbed985e6a60507fb526ee96acfccf.tar.bz2 personal-website-4250a4f951fbed985e6a60507fb526ee96acfccf.zip | |
A massive website overhaul (Changed the theme)
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default-no-jumbotron.html | 1 | ||||
| -rw-r--r-- | _layouts/default.html | 9 | ||||
| -rw-r--r-- | _layouts/post.html | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/_layouts/default-no-jumbotron.html b/_layouts/default-no-jumbotron.html index a64dd7b..341d069 100644 --- a/_layouts/default-no-jumbotron.html +++ b/_layouts/default-no-jumbotron.html @@ -13,6 +13,7 @@ <div class="container"> {{ content }} </div> + {% include footing.html %} {% include footer.html %} </BODY> diff --git a/_layouts/default.html b/_layouts/default.html index a60c88a..ec446b4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,14 +11,15 @@ <BODY> {% include navigator.html %} <div class="jumbotron"> - <h1 class="title">{{ page.title }}</h1> - <h2> - <center>{{ page.description }}</center> - </h2> + <h1><center>{{ page.title }}</center></h1> + <h3> + <center><b>{{ page.description }}</b></center> + </h3> </div> <div class="container"> {{ content }} </div> + {% include footing.html %} {% include footer.html %} </BODY> diff --git a/_layouts/post.html b/_layouts/post.html index cb0bf12..ce5902f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,15 +10,13 @@ <BODY> {% include navigator.html %} - <div class="jumbotron"> - <h1 class="title">{{ page.title }}</h1> + <h1><center>{{ page.title }}</center></h1> <h2> <center>{{ page.date | date_to_string }} | By: {{ page.author }}</center> </h2> <h3> <center><a href="/blog.html"><i class="fas fa-arrow-left"></i> Other posts</a></center> </h3> - </div> <div class="container"> <b>{{ content }}</b> |
