From 0e0b76855f2879c86c94900b2c316f93e91aa473 Mon Sep 17 00:00:00 2001 From: tavo Date: Tue, 10 Sep 2024 12:38:38 -0600 Subject: [PATCH] relparmalinks --- config.toml | 2 +- content/about/_index.md | 4 ++-- themes/blog/layouts/_default/list.html | 2 +- themes/blog/layouts/gallery/list.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 0be0200..e2dc20b 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://tavo.one/' +baseURL = 'https://blog.tavo.one/' languageCode = 'es' title = 'Blog de Tavo' theme = 'blog' diff --git a/content/about/_index.md b/content/about/_index.md index 2894373..8bf692f 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -5,5 +5,5 @@ title: Acerca de tavo.one "I... a universe of atoms, an atom in the universe" 🌠 - Email: [tavo@tavo.one](mailto:tavo@tavo.one) -- PGP: [tavo@tavo.one.asc](https://tavo.one/pgp.txt) -- RSS: [index.xml](https://tavo.one/index.xml) +- PGP: [tavo@tavo.one.asc](https://blog.tavo.one/pgp.txt) +- RSS: [index.xml](https://blog.tavo.one/index.xml) diff --git a/themes/blog/layouts/_default/list.html b/themes/blog/layouts/_default/list.html index e49b173..0fd09da 100644 --- a/themes/blog/layouts/_default/list.html +++ b/themes/blog/layouts/_default/list.html @@ -11,7 +11,7 @@ {{ range .Pages }}
  • - {{ .Date.Format "2006-01-02" }} | {{ .Title }} + {{ .Date.Format "2006-01-02" }} | {{ .Title }}
  • {{ end }} diff --git a/themes/blog/layouts/gallery/list.html b/themes/blog/layouts/gallery/list.html index 8423ab1..efd7245 100644 --- a/themes/blog/layouts/gallery/list.html +++ b/themes/blog/layouts/gallery/list.html @@ -4,7 +4,7 @@
    {{ range sort .Data.Pages "Date" "desc" }} {{ if and (isset .Params "image") .Params.image }} - + {{ $image := .Page.Resources.GetMatch .Params.image }} {{ with $image }} {{ $thumb := .Resize "600x" }}