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) { %>
-
+
<% } %>
```