diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk
index c8cda8c..f86b5d4 100644
--- a/_includes/layouts/post.njk
+++ b/_includes/layouts/post.njk
@@ -73,7 +73,7 @@ withBlogSidebar: true
{% if photoUrl and photoUrl[0] != '/' and 'http' not in photoUrl %}
{% set photoUrl = '/' + photoUrl %}
{% endif %}
-
+
{% endfor %}
{% endif %}
diff --git a/package.json b/package.json
index 6b74183..6c8197c 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"scripts": {
"build:og": "node lib/og-cli.js content ${OG_CACHE_DIR:-.cache/og} 'giersig.'",
"build": "eleventy",
- "dev": "eleventy --serve --watch",
+ "dev": "eleventy --serve --watch --incremental",
"build:css": "postcss css/tailwind.css -o css/style.css",
"check:upstream-widgets": "node scripts/check-upstream-widget-drift.mjs",
"check:upstream-widgets:strict": "node scripts/check-upstream-widget-drift.mjs --strict",