diff options
| author | Alee <alee14498@gmail.com> | 2018-11-18 00:24:28 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-18 00:24:28 -0500 |
| commit | e0a73854a9e48d87e28e415e7d0b312e386c4b82 (patch) | |
| tree | 4a5a62b38fff5c939a47a0d46d7b6c77e3c9da1f /_layouts | |
| parent | 8b116f86f4a6ce0455004bead277770dc605f1c1 (diff) | |
| download | personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.gz personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.tar.bz2 personal-website-e0a73854a9e48d87e28e415e7d0b312e386c4b82.zip | |
Massive changes
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 4 | ||||
| -rw-r--r-- | _layouts/post.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 0c85d3c..fe6477c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,9 +8,9 @@ </HEAD> <BODY> {% include navigator.html %} - + <div class="container"> {{ content }} - + </div> {% include footer.html %} </BODY> </HTML> diff --git a/_layouts/post.html b/_layouts/post.html index d281d5a..1eb604c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,12 +8,12 @@ </HEAD> <BODY> {% include navigator.html %} - + <div class="container"> <h1>{{ page.title }}</h1> <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p> {{ content }} - + </div> {% include footer.html %} </BODY> </HTML> |
