diff options
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 12e4b16..a60c88a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,19 +2,24 @@ --- <!DOCTYPE HTML> <HTML> - <HEAD> - {% include heading.html %} - <TITLE>{{ page.title }} | {{ site.title }}</TITLE> - </HEAD> + +<HEAD> + {% include heading.html %} + <TITLE>{{ page.title }} | {{ site.title }}</TITLE> +</HEAD> + <BODY> - {% include navigator.html %} - <div class="jumbotron"> - <h1 class ="title">{{ page.title }}</h1> - <h2><center>{{ page.description }}</center></h2> - </div> - <div class="container"> + {% include navigator.html %} + <div class="jumbotron"> + <h1 class="title">{{ page.title }}</h1> + <h2> + <center>{{ page.description }}</center> + </h2> + </div> + <div class="container"> {{ content }} - </div> + </div> {% include footer.html %} </BODY> -</HTML> + +</HTML>
\ No newline at end of file |
