diff --git a/assets/templates/base.pug b/assets/templates/base.pug index 1442e4b..71400d6 100644 --- a/assets/templates/base.pug +++ b/assets/templates/base.pug @@ -7,7 +7,7 @@ html(class="no-js", lang="en") block set_current_page - var page = 'default' - include ./html_head.pug + include ./meta.pug body(class=page) include ./header.pug diff --git a/assets/templates/html_head.pug b/assets/templates/meta.pug similarity index 100% rename from assets/templates/html_head.pug rename to assets/templates/meta.pug