diff --git a/config.yaml b/config.yaml index 71b8959..9ccf6d0 100644 --- a/config.yaml +++ b/config.yaml @@ -164,11 +164,6 @@ menu: - img: 'mastodon.webp' url: 'https://mastodon.art/@redstrate' weight: -1 - - name: 'Newgrounds' - params: - - img: 'newgrounds.webp' - url: 'https://redstrate.newgrounds.com' - weight: 1 - name: 'Pixiv' params: - img: 'pixiv.webp' @@ -184,11 +179,6 @@ menu: - img: 'github.webp' url: 'https://github.com/redstrate' weight: 4 - - name: 'Ko-fi' - params: - - img: 'kofi.webp' - url: 'https://ko-fi.com/redstrate' - weight: 4 defaultContentLanguage: 'en' languageCode: 'en-us' diff --git a/content/art/_index.md b/content/art/_index.md index d573bf8..44c6a58 100644 --- a/content/art/_index.md +++ b/content/art/_index.md @@ -8,4 +8,4 @@ The gallery is sorted by date, but there's other sections to check out such as [ I've also been [participating in Artfight](https://artfight.net/~redstrate) since 2023. You can view my attacks and defenses [here](/art/tags/artfight). -You can follow me on [Mastodon](https://mastodon.art/@redstrate), [Pixiv](https://www.pixiv.net/en/users/58118005), [Newgrounds](https://redstrate.newgrounds.com/), or [RSS](/art/index.xml)! +You can follow me on [Mastodon](https://mastodon.art/@redstrate), [Pixiv](https://www.pixiv.net/en/users/58118005), [RSS](/art/index.xml)! diff --git a/themes/red/layouts/_default/art-detail.html b/themes/red/layouts/_default/art-detail.html index b52eb01..f560807 100644 --- a/themes/red/layouts/_default/art-detail.html +++ b/themes/red/layouts/_default/art-detail.html @@ -112,16 +112,6 @@ {{ end }} - {{ with .Params.newgrounds_url }} - - Newgrounds URL - - Newgrounds Post - - - {{ end }} - - {{ with .Params.pixiv_url }} Pixiv URL diff --git a/themes/red/layouts/_default/audio-gallery.html b/themes/red/layouts/_default/audio-gallery.html index 9ab14c2..ea1033b 100644 --- a/themes/red/layouts/_default/audio-gallery.html +++ b/themes/red/layouts/_default/audio-gallery.html @@ -8,7 +8,6 @@ {{ .Content }} {{ $art := (index site.Data ($.Param "json")) }} - {{ $newgrounds_icon := resources.Get "newgrounds.webp" }} {{ range $art.categories }} {{ $.Scratch.Set "header-type" "h3" }} @@ -32,9 +31,6 @@
"{{ .title }}" - {{ if .newgrounds_url }} - Newgrounds Icon - {{ end }}
{{ end }}