diff --git a/assets/neocreatives.gif b/assets/neocreatives.gif
new file mode 100644
index 0000000..d782104
Binary files /dev/null and b/assets/neocreatives.gif differ
diff --git a/config.yaml b/config.yaml
index 1a61732..d37b2ce 100644
--- a/config.yaml
+++ b/config.yaml
@@ -105,17 +105,31 @@ menu:
weight: 2
badges:
- name: 'CC NC SA'
+ params:
+ - img: 'by-nc-sa.webp'
url: 'by-nc-sa.webp'
weight: -1
- name: 'RSS Feed'
+ params:
+ - img: 'rssbanner.webp'
url: 'rssbanner.webp'
weight: 1
- name: 'Powered by Gentoo'
+ params:
+ - img: 'gentoo-badge2.webp'
url: 'gentoo-badge2.webp'
weight: 2
- name: 'Evangelion'
+ params:
+ - img: 'nerv_button.webp'
url: 'nerv_button.webp'
weight: 3
+ otherbadges:
+ - name: 'Neocreatives Webring'
+ params:
+ - img: 'neocreatives.gif'
+ url: 'http://neocreatives.byethost5.com/directory.php'
+ weight: 4
socials:
- name: 'Mastodon'
params:
diff --git a/themes/red/layouts/partials/footer.html b/themes/red/layouts/partials/footer.html
index e84004d..51c63c7 100644
--- a/themes/red/layouts/partials/footer.html
+++ b/themes/red/layouts/partials/footer.html
@@ -10,8 +10,9 @@
{{ range $.Site.Menus.otherbadges }}
{{ $badgeScope := . }}
- {{ with resources.Get .URL }}
-
+ {{ $url := .URL }}
+ {{ with resources.Get .Params.img }}
+
{{ end }}
{{ end }}