diff --git a/assets/links/cosmix.png b/assets/links/cosmix.png new file mode 100644 index 0000000..d90719c Binary files /dev/null and b/assets/links/cosmix.png differ diff --git a/content/links.md b/content/links.md index fff2c77..41bac6a 100644 --- a/content/links.md +++ b/content/links.md @@ -14,18 +14,24 @@ host the image on your own server if you can! # Outgoing -If you wish to be added and I missed you, or I made a horrific mistake, please [contact me](/contact). Websites without banners to be added later. +I'm slowing adding to this list, if you wish to be added and I missed you... or if made a horrific mistake, please [contact me](/contact). + +## Artists {{< out-link banner="goldgust_net.png" link="https://goldgust.net" label="Gold" >}} -{{< out-link banner="aks.png" link="https://www.akselmo.dev" label="Aks" >}} - {{< out-link banner="nina.jpg" link="https://misnina.com" label="Nina" >}} {{< out-link banner="neuroknives.png" link="https://euroknives.com" label="Neuroknives" >}} {{< out-link banner="bigraccoon-logo-white.png" link="https://bigraccoon.ca/" label="Johann Sebastian Staedtler" >}} -{{< out-link banner="tof.png" link="https://toffeee.com" label="toffee" >}} - {{< out-link banner="melps.jpg" link="https://melps.neocities.org" label="melps" >}} + +{{< out-link banner="cosmix.png" link="https://cosmix.pics/" label="Cosmix" >}} + +## Developers + +{{< out-link banner="aks.png" link="https://www.akselmo.dev" label="Aks" >}} + +{{< out-link banner="tof.png" link="https://toffeee.com" label="toffee" >}} diff --git a/themes/red/layouts/shortcodes/out-link.html b/themes/red/layouts/shortcodes/out-link.html index 3ecd612..c4b63fa 100644 --- a/themes/red/layouts/shortcodes/out-link.html +++ b/themes/red/layouts/shortcodes/out-link.html @@ -8,7 +8,7 @@ {{ $img := resources.Get $path }} {{ with $img }} -{{ $label }} +{{ $label }} {{ end }}