From 8874c26e396fbf2ac2dcfd876fbec728fa20c936 Mon Sep 17 00:00:00 2001 From: madrilene Date: Mon, 30 Oct 2023 18:35:20 +0100 Subject: [PATCH] optimz. blog --- src/posts/2023-01-25-opengraph-images.md | 2 +- src/posts/2023-10-30-demos.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/posts/2023-01-25-opengraph-images.md b/src/posts/2023-01-25-opengraph-images.md index 6b11168..fb3cf96 100644 --- a/src/posts/2023-01-25-opengraph-images.md +++ b/src/posts/2023-01-25-opengraph-images.md @@ -1,6 +1,6 @@ --- title: 'Open Graph images' -description: 'When you share your blog posts, a thumbnail image appears - the image we define as an Open Graph Image. This starter generates these images for your blog posts automatically.' +description: 'When you share your blog posts, a thumbnail image might appear. This starter generates these images for your blog posts automatically.' date: 2023-01-25 --- diff --git a/src/posts/2023-10-30-demos.md b/src/posts/2023-10-30-demos.md index 64b4f5e..d2e87b7 100644 --- a/src/posts/2023-10-30-demos.md +++ b/src/posts/2023-10-30-demos.md @@ -4,11 +4,11 @@ description: 'To avoid overloading this base with too many subtleties, I store s date: 2023-10-30 demos: - title: Gallery - description: 'A gallery with popups or just looping over images' + description: 'A gallery with good old "popups" in a dialog, or just looping over images.' preview: 'https://eleventy-excellent-gallery.netlify.app/gallery/' branch: 'https://github.com/madrilene/eleventy-excellent/tree/demo-gallery' - title: Pagination - description: 'The blog collection with pagination' + description: 'The blog collection with pagination.' preview: 'https://eleventy-excellent-pagination.netlify.app/blog/page-1/' branch: 'https://github.com/madrilene/eleventy-excellent/tree/demo-pagination' ---