From c1d71eec1fb684d2b2bcdc4f05f6f7d44da367bf Mon Sep 17 00:00:00 2001 From: Barbora Viski Date: Wed, 24 Sep 2025 21:11:58 +0300 Subject: [PATCH] Update README.md to reflect recent changes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 94c4f08..937d056 100644 --- a/README.md +++ b/README.md @@ -108,13 +108,12 @@ sidebar_menu: - Put post images in `source/images/` - The theme generates thumbnails automatically in `source/thumbnails/` -- Use `small-` or `large-` in templates depending on your layout. Example in a template: ```ejs <% if (post.photos && post.photos.length) { %> - <%- post.title %> + <%- post.title || 'Untitled' %> <% } %> ```