From b8b6091396fabdcf97ec447a455b8d2c88c4adea Mon Sep 17 00:00:00 2001 From: Tixie Date: Sat, 26 Mar 2022 14:54:48 +0100 Subject: [PATCH] =?UTF-8?q?Update=20Glitch=20Family=20=E2=86=92=20Glitch.F?= =?UTF-8?q?amily?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- config.toml | 2 +- layouts/_default/baseof.html | 6 +++--- layouts/index.html | 10 +++++----- layouts/index.rss.xml | 2 +- layouts/partials/footer.html | 2 +- package.json | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2af0bed..dd847ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Now Playing -Handpicked Albums by the Glitch Family +Handpicked Albums by the Glitch.Family ## Project setup diff --git a/config.toml b/config.toml index 26accf7..1f5b70c 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "http://127.0.0.1:8080/" languageCode = "en-us" title = "Now Playing" -author = "the Glitch Family" +author = "Glitch.Family" mainSections = ["musics"] paginate = 16 disableKinds = ["taxonomy", "taxonomyTerm"] diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d6063cb..987ff6b 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,7 +4,7 @@ {{ block "metaTitle" . }} {{ .Title }} - + {{ end }} @@ -23,7 +23,7 @@ {{ block "metaSocial" . }} - + @@ -31,7 +31,7 @@ - + {{ end }} {{ with .Site.GetPage "/" }} diff --git a/layouts/index.html b/layouts/index.html index bdb28e0..d96b29d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,7 @@ {{ define "metaTitle" }} {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }} - {{ if (not $paginator.HasPrev) }}{{ .Site.Title }} ∴ Handpicked Albums by the Glitch Family{{ else }}{{ .Site.Title }} ∴ Albums (Page {{ $paginator.PageNumber }}) {{ end }} - + {{ if (not $paginator.HasPrev) }}{{ .Site.Title }} ∴ Handpicked Albums by the Glitch.Family{{ else }}{{ .Site.Title }} ∴ Albums (Page {{ $paginator.PageNumber }}) {{ end }} + {{ end }} {{ define "main" }} {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" "musics") }} @@ -13,7 +13,7 @@

Handpicked Albums

-

by the Glitch Family

+

by the Glitch.Family

@@ -67,10 +67,10 @@

About

-

At Glitch Family 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 that are dear to us.

+

At Glitch.Family 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.
- A Glitch Family’s project. + A Glitch.Family's project.

diff --git a/layouts/index.rss.xml b/layouts/index.rss.xml index 5ee7bd5..409ca3e 100644 --- a/layouts/index.rss.xml +++ b/layouts/index.rss.xml @@ -2,7 +2,7 @@ {{ .Site.Title }} {{ .Permalink }} - Handpicked Albums by the Glitch Family + Handpicked Albums by the Glitch.Family Hugo -- gohugo.io{{ with .Site.LanguageCode }} {{.}}{{end}}{{ with .Site.Author.email }} {{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}{{end}}{{ with .Site.Author.email }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 86ed952..fa72851 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,5 @@ diff --git a/package.json b/package.json index 32913be..ee3823e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "now-playing", "version": "1.0.0", - "description": " Handpicked Albums by the Glitch Family", + "description": " Handpicked Albums by the Glitch.Family", "repository": { "type": "git", "url": "git+https://github.com/GlitchFamily/now-playing.git"