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/default.html | |
| 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/default.html')
| -rw-r--r-- | _layouts/default.html | 9 |
1 files changed, 5 insertions, 4 deletions
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> |
