img stuff
@@ -1,6 +1,8 @@
|
||||
- name: mastodon
|
||||
href: https://blorbo.social/@beppe
|
||||
otherparams: "rel=\"me\""
|
||||
img: /img/mastodon.img
|
||||
alt: "image of mastodon logo"
|
||||
- name: listenbrainz
|
||||
href: https://listenbrainz.org/user/beppev/
|
||||
- name: myanimelist
|
||||
|
@@ -1,7 +1,15 @@
|
||||
<footer>
|
||||
<ul class="mylinks">
|
||||
{% for link in site.data.links %}
|
||||
<li><a href="{{ link.href }}" {{link.otherparams}}>{{ link.name }}</a></li>
|
||||
<li>
|
||||
<a href="{{ link.href }}" {{link.otherparams}}>
|
||||
{% if link.img %}
|
||||
<img src="{{ link.img }}" alt="{{ link.alt }}">
|
||||
{% else %}
|
||||
{{ link.name }}
|
||||
{% endif %}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
</ul>
|
||||
|
BIN
assets/.DS_Store
vendored
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
BIN
img/.DS_Store
vendored
BIN
img/gitea.gif
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
img/glados.gif
Before Width: | Height: | Size: 68 KiB |
BIN
img/goodreads.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
img/letterboxd.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 330 B After Width: | Height: | Size: 330 B |
BIN
img/navidrome.gif
Normal file
After Width: | Height: | Size: 936 B |
BIN
img/steam.gif
Normal file
After Width: | Height: | Size: 2.7 KiB |