From 259f6625d5ceb461e8b2347bc0eea58aa705f93e Mon Sep 17 00:00:00 2001 From: Tixie Date: Mon, 24 Jul 2023 14:41:02 +0200 Subject: [PATCH] Replace any instance of hardcoded author name --- layouts/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index cc90dc6..ffcf7f8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,6 +1,6 @@ {{ define "metaTitle" }} {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "a") }} - {{ if (not $paginator.HasPrev) }}{{ .Site.Title }} ∴ Handpicked Albums by Guérilla.Studio{{ else }}{{ .Site.Title }} ∴ Albums (Page {{ $paginator.PageNumber }}) {{ end }} + {{ if (not $paginator.HasPrev) }}{{ .Site.Title }} ∴ Handpicked Albums by {{ .Site.Params.author.name }}{{ else }}{{ .Site.Title }} ∴ Albums (Page {{ $paginator.PageNumber }}) {{ end }} {{ if (not $paginator.HasPrev) }} @@ -14,7 +14,7 @@

Handpicked Albums

-

A collection by Guérilla.Studio

+

A collection by {{ .Site.Params.author.name }}

@@ -74,7 +74,7 @@

About

-

At Guérilla we love music, I mean we LOVE music! And we also LOVE great album covers. So we decided to make a place where we can showcase albums dear to us.

+

At {{ .Site.Params.author.name }} we love music, I mean we LOVE music! And we also LOVE great album covers. So we decided to make a place where we can showcase albums dear to us.

This is Now Playing, our little favorite albums collection.