diff options
Diffstat (limited to 'templates/post.html')
-rw-r--r-- | templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html index 410cfbf..b1f9f72 100644 --- a/templates/post.html +++ b/templates/post.html @@ -4,7 +4,7 @@ <% include!("head.html"); %> </head> <body> -<% include!("simple_header.html"); %> +<% include!("header.html"); %> <main class="container"> <%- content %> </section> |