michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit 6c037bffeb6e50ebfb13a68305ef5ec39eb29ab3
parent c73cd3764056c110e60dc4661b1c44aa66364d86
Author: MichaƂ M. Sapka <michal@sapka.me>
Date:   Sun, 26 Feb 2023 07:42:40 +0100

feat: published article for 2023-02-26

Diffstat:
Mcontent/2023/rtx-remakes.md | 2+-
Mlayouts/_default/all_posts.html | 8+-------
Mlayouts/_default/list.html | 13+++----------
Alayouts/partials/article_list_item.html | 7+++++++
Aresources/_gen/images/QRB6Likh478_hu2903ab4eb5abc0b695050ded3a586c1b_48367_0x600_resize_q90_h2_box.webp | 0
Aresources/_gen/images/hl1-hallway-rtx_huecfe511727181111068e63e6d5f15e69_41914_1000x0_resize_q90_h2_box_2.webp | 0
Aresources/_gen/images/hl1-outdoor-nortx_hudb6d7e5d50f707c06af3a0b27740ae4a_703495_1000x0_resize_q90_h2_box.webp | 0
Aresources/_gen/images/hl1-outdoor-rtx_hubfd1f4ab11282152b876a16fe3c9351b_775478_1000x0_resize_q90_h2_box.webp | 0
Aresources/_gen/images/hl1-slime-nortx_huc25d86d47a87be0e372901fed70d29b2_415548_1000x0_resize_q90_h2_box.webp | 0
Aresources/_gen/images/hl1-slime-rtx_hu25153c8a18bd2440a5570532800f8341_358185_1000x0_resize_q90_h2_box.webp | 0
Aresources/_gen/images/hl1-xen-nortx_hu1b43aaa9a2c0bfb84a7a23c6e3f02acd_258606_1000x0_resize_q90_h2_box.webp | 0
Aresources/_gen/images/hl1-xen-rtx_hu22d6923e852b93323006c7cbc185a15c_296577_1000x0_resize_q90_h2_box.webp | 0
12 files changed, 12 insertions(+), 18 deletions(-)

diff --git a/content/2023/rtx-remakes.md b/content/2023/rtx-remakes.md @@ -2,7 +2,7 @@ title: RTX Remakes category: software abstract: half life rtx looses mood -date: 2023-02-26T07:56:31+01:00 +date: 2023-02-26T06:56:31+01:00 year: 2023 draft: false tags: diff --git a/layouts/_default/all_posts.html b/layouts/_default/all_posts.html @@ -5,13 +5,7 @@ </h2> <ul> {{ range where site.RegularPages "Type" "!=" "special"}} - <li> - <a href="{{ .Page.Permalink }}"> - <time>{{ .PublishDate.Format "2006-01-02" }}</time> - &#183; - {{ .Page.Title }} - </a> - </li> + {{ partial "partials/article_list_item.html" . }} {{ end }} </ul> </article> diff --git a/layouts/_default/list.html b/layouts/_default/list.html @@ -1,18 +1,11 @@ {{ define "main" }} <article class="list taxonomy"> <h2> - {{ humanize .Title }} archives + {{ replace .Title "-" " " }} archives </h2> <ul> - {{ $pages := (.Data.Pages) }} - {{ range $pages }} - <li> - <a href="{{ .Page.Permalink }}"> - <time>{{ .PublishDate.Format "2006-01-02" }}</time> - &#183; - {{ .Page.Title }} - </a> - </li> + {{ range .Data.Pages }} + {{ partial "partials/article_list_item.html" . }} {{ end }} </ul> </article> diff --git a/layouts/partials/article_list_item.html b/layouts/partials/article_list_item.html @@ -0,0 +1,7 @@ +<li> + <a href="{{ .Page.Permalink }}"> + <time>{{ .PublishDate.Format "2006-01-02" }}</time> + &#183; + {{ .Page.Title }} + </a> +</li> diff --git a/resources/_gen/images/QRB6Likh478_hu2903ab4eb5abc0b695050ded3a586c1b_48367_0x600_resize_q90_h2_box.webp b/resources/_gen/images/QRB6Likh478_hu2903ab4eb5abc0b695050ded3a586c1b_48367_0x600_resize_q90_h2_box.webp Binary files differ. diff --git a/resources/_gen/images/hl1-hallway-rtx_huecfe511727181111068e63e6d5f15e69_41914_1000x0_resize_q90_h2_box_2.webp b/resources/_gen/images/hl1-hallway-rtx_huecfe511727181111068e63e6d5f15e69_41914_1000x0_resize_q90_h2_box_2.webp Binary files differ. diff --git a/resources/_gen/images/hl1-outdoor-nortx_hudb6d7e5d50f707c06af3a0b27740ae4a_703495_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-outdoor-nortx_hudb6d7e5d50f707c06af3a0b27740ae4a_703495_1000x0_resize_q90_h2_box.webp Binary files differ. diff --git a/resources/_gen/images/hl1-outdoor-rtx_hubfd1f4ab11282152b876a16fe3c9351b_775478_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-outdoor-rtx_hubfd1f4ab11282152b876a16fe3c9351b_775478_1000x0_resize_q90_h2_box.webp Binary files differ. diff --git a/resources/_gen/images/hl1-slime-nortx_huc25d86d47a87be0e372901fed70d29b2_415548_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-slime-nortx_huc25d86d47a87be0e372901fed70d29b2_415548_1000x0_resize_q90_h2_box.webp Binary files differ. diff --git a/resources/_gen/images/hl1-slime-rtx_hu25153c8a18bd2440a5570532800f8341_358185_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-slime-rtx_hu25153c8a18bd2440a5570532800f8341_358185_1000x0_resize_q90_h2_box.webp Binary files differ. diff --git a/resources/_gen/images/hl1-xen-nortx_hu1b43aaa9a2c0bfb84a7a23c6e3f02acd_258606_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-xen-nortx_hu1b43aaa9a2c0bfb84a7a23c6e3f02acd_258606_1000x0_resize_q90_h2_box.webp Binary files differ. diff --git a/resources/_gen/images/hl1-xen-rtx_hu22d6923e852b93323006c7cbc185a15c_296577_1000x0_resize_q90_h2_box.webp b/resources/_gen/images/hl1-xen-rtx_hu22d6923e852b93323006c7cbc185a15c_296577_1000x0_resize_q90_h2_box.webp Binary files differ.