diff --git a/assets/sass/pages/log.scss b/assets/sass/pages/log.scss index 2a1bd9f..effd589 100644 --- a/assets/sass/pages/log.scss +++ b/assets/sass/pages/log.scss @@ -48,6 +48,11 @@ div { margin-bottom: 0.5rem; } + p { + margin: 0; + text-align: left; + max-width: 700px; + } } } } diff --git a/content/buttons/index.md b/content/buttons/index.md index d418364..a001e03 100644 --- a/content/buttons/index.md +++ b/content/buttons/index.md @@ -79,6 +79,15 @@ buttons: - name: "Mosaic of Mags" url: "https://lamusica-queer-remix.neocities.org/" image: "mosaicofmags.png" + - name: "Snail Cafe 1997" + url: "https://snailcafe1997.neocities.org/" + image: "snailcafe1997.png" + - name: "ScifiPony" + url: "https://scifipony.com" + image: "scifipony.png" + - name: "Bunny vs CSS" + url: "https://skunkysevillair.neocities.org/" + image: "skunky.gif" --- Here are a bunch of ~stickers~ buttons that I've collected on my travels around the IndieWeb. diff --git a/content/buttons/scifipony.png b/content/buttons/scifipony.png new file mode 100644 index 0000000..387357d Binary files /dev/null and b/content/buttons/scifipony.png differ diff --git a/content/buttons/skunky.gif b/content/buttons/skunky.gif new file mode 100644 index 0000000..99a9783 Binary files /dev/null and b/content/buttons/skunky.gif differ diff --git a/content/buttons/snailcafe1997.png b/content/buttons/snailcafe1997.png new file mode 100644 index 0000000..ddcb6e5 Binary files /dev/null and b/content/buttons/snailcafe1997.png differ diff --git a/content/updates/2026-01-27-buttons-page-updates.md b/content/updates/2026-01-27-buttons-page-updates.md new file mode 100644 index 0000000..353961e --- /dev/null +++ b/content/updates/2026-01-27-buttons-page-updates.md @@ -0,0 +1,10 @@ +--- +title: "2026 01 27 Buttons Page Updates" +date: 2026-01-27T17:07:39Z +tags: [] +description: "" +build: + render: never +--- + +Added a bunch of new stickers/buttons to my [collection](/buttons). diff --git a/layouts/log/single.html b/layouts/log/single.html index f9b8e2d..68c1211 100644 --- a/layouts/log/single.html +++ b/layouts/log/single.html @@ -35,8 +35,8 @@
❇️
{{ if eq .Type "blog" }} New blog post: - {{ .Title }} {{ else }} {{ .Plain - }} {{ end }} + {{ .Title }} {{ else }} {{ + .Content }} {{ end }}
{{ end }}