From b970808bccebdbd102ef5f2337c74f3c2f99d1e9 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 23 Oct 2023 15:05:16 +0100 Subject: Pagination of stream complete with working images To include an image in the stream, you have to use the streamimage shortcode, e.g. {{< streamimage filename="bobbins.jpg" >}} bobbins.jpg must be saved in content/stream/img. You can include a "size" param in the shortcode (a string as number), which is translated as a height attribute in the img html tag. --- content/stream/2023-10-21.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'content/stream/2023-10-21.md') diff --git a/content/stream/2023-10-21.md b/content/stream/2023-10-21.md index 8da0d97..bb77a0a 100644 --- a/content/stream/2023-10-21.md +++ b/content/stream/2023-10-21.md @@ -7,9 +7,6 @@ tags: ["golf", "quicknotes", "cats"] A [ginger cat](../blog/cats/cat_kills/#the-perpetrators) beneath a stool, sheltering from the rain: - -{{< figure src="img/cat_stool.jpg" >}} - {{< streamimage filename="cat_stool.jpg" >}} --- -- cgit v1.2.3