Add link to neocreatives webring
This commit is contained in:
parent
95c51c52f1
commit
4a34908ca8
3 changed files with 17 additions and 2 deletions
BIN
assets/neocreatives.gif
Normal file
BIN
assets/neocreatives.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
14
config.yaml
14
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:
|
||||
|
|
|
@ -10,8 +10,9 @@
|
|||
|
||||
{{ range $.Site.Menus.otherbadges }}
|
||||
{{ $badgeScope := . }}
|
||||
{{ with resources.Get .URL }}
|
||||
<img style="image-rendering: pixelated;" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}" alt="{{ $badgeScope.Name }}">
|
||||
{{ $url := .URL }}
|
||||
{{ with resources.Get .Params.img }}
|
||||
<a href="{{ $url }}"><img style="image-rendering: pixelated;" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}" alt="{{ $badgeScope.Name }}"></a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue