diff options
-rw-r--r-- | content/stream/2022-08-02/barrow_tesco_extra.jpg (renamed from content/stream/img/barrow_tesco_extra.jpg) | bin | 37718 -> 37718 bytes | |||
-rw-r--r-- | content/stream/2022-08-02/index.md (renamed from content/stream/2022_08_02.md) | 3 | ||||
-rw-r--r-- | content/stream/2023-10-09.md | 2 | ||||
-rw-r--r-- | content/stream/2023-10-14.md | 2 | ||||
-rw-r--r-- | layouts/stream/list.html | 8 |
5 files changed, 11 insertions, 4 deletions
diff --git a/content/stream/img/barrow_tesco_extra.jpg b/content/stream/2022-08-02/barrow_tesco_extra.jpg Binary files differindex 29e6d8c..29e6d8c 100644 --- a/content/stream/img/barrow_tesco_extra.jpg +++ b/content/stream/2022-08-02/barrow_tesco_extra.jpg diff --git a/content/stream/2022_08_02.md b/content/stream/2022-08-02/index.md index 145ad8e..0fe7e2f 100644 --- a/content/stream/2022_08_02.md +++ b/content/stream/2022-08-02/index.md @@ -7,4 +7,5 @@ tags: ['photos'] Barrow-in-Furness in August. -{{< figure src="img/barrow_tesco_extra.jpg" title="Barrow-in-Furness Tesco Extra in the rain" >}} +![Barrow-in-Furness in the rain](barrow_tesco_extra.jpg) + diff --git a/content/stream/2023-10-09.md b/content/stream/2023-10-09.md index eea06ba..7080f2e 100644 --- a/content/stream/2023-10-09.md +++ b/content/stream/2023-10-09.md @@ -5,7 +5,7 @@ draft: false tags: ['rugby'] --- -If you're a Scotland rugby fan, you can't help but be embarrassed by their performance against Ireland on Saturday (a sorry 36-14 loss), for the following reasons: +If you're a Scotland rugby fan, you can't help but be embarrassed by their performance against Ireland on Saturday (a sorry 36-14 loss), for the following reasons. <!--more--> - The pre-match arrogance ("we will end their winning run" - Blair Kinghorn) - The failure to take points on offer in the first ten minutes diff --git a/content/stream/2023-10-14.md b/content/stream/2023-10-14.md index 3d56c02..c3aac32 100644 --- a/content/stream/2023-10-14.md +++ b/content/stream/2023-10-14.md @@ -5,7 +5,7 @@ draft: false tags: ["rugby", "linux", "backup"] --- -Started to use [rclone](https://rclone.org/) recently to back up my files to a remote server. +Started to use [rclone](https://rclone.org/) recently to back up my files to a remote server. <!--more--> Very impressed so far and is simple to use for what I need, which is command-line-based, fully encrypted backups. Very much like [rsync](https://linux.die.net/man/1/rsync) which is no surprise. diff --git a/layouts/stream/list.html b/layouts/stream/list.html index 0249c4f..1074cdd 100644 --- a/layouts/stream/list.html +++ b/layouts/stream/list.html @@ -8,7 +8,13 @@ <h3 id="{{ .Date.Format "Monday, 2 January 2006"| urlize}}">{{ .Date.Format "Monday, 2 January 2006" }}</h3> -{{ .Content }} +<div style="margin-bottom: 1em;"> + {{ .Summary }} +</div> +<div style="margin-bottom: 1em;"> + <a href="{{ .RelPermalink }}">Read more...</a> +</div> + {{ if .Params.tags }} <div style="background-color: rgb(240, 240, 240);"> |