aboutsummaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html9
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>