@@ -50,8 +48,12 @@
diff --git a/package.json b/package.json index a34a98e42d..a8edf239e4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "scripts": { "build": "npm run clean && nico build", - "start": "nico server", + "start": "npm run clean && nico server", "clean": "rm -rf _site" } } diff --git a/theme/templates/layout.html b/theme/templates/layout.html index ed5a8cb78c..0ac192ca8c 100644 --- a/theme/templates/layout.html +++ b/theme/templates/layout.html @@ -38,8 +38,6 @@
- - {%- block main %} {%- if post.filename === 'index' %}