diff options
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/post.html b/templates/post.html index 68211c1..410cfbf 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,13 +1,16 @@ <!DOCTYPE html> <html data-theme="light" lang="en"> <head> - <% include!("head.html"); %> + <% include!("head.html"); %> </head> <body> <% include!("simple_header.html"); %> <main class="container"> - <%- content %> -</section> + <%- content %> + </section> </main> </body> + +<script> +</script> </html> |