diff options
Diffstat (limited to 'blog.html')
| -rw-r--r-- | blog.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ </HEAD> <BODY> {% include navigator.html %} + <div class="container"> <h1>Latest Posts</h1> <ul> @@ -19,6 +20,7 @@ </li> {% endfor %} </ul> +</div> {% include footer.html %} </BODY> </HTML> |
