Compare commits
2 Commits
728833829d
...
d1098b7f78
Author | SHA1 | Date | |
---|---|---|---|
d1098b7f78 | |||
4b651e64f5 |
BIN
.gitea/.DS_Store
vendored
@@ -1,9 +1,18 @@
|
|||||||
- name: mastodon
|
- name: mastodon
|
||||||
href: https://blorbo.social/@beppe
|
href: https://blorbo.social/@beppe
|
||||||
otherparams: "rel=\"me\""
|
otherparams: "rel=\"me\""
|
||||||
|
img: /img/mastodon.png
|
||||||
|
alt: "image of mastodon logo"
|
||||||
- name: listenbrainz
|
- name: listenbrainz
|
||||||
href: https://listenbrainz.org/user/beppev/
|
href: https://listenbrainz.org/user/beppev/
|
||||||
- name: myanimelist
|
- name: myanimelist
|
||||||
href: https://myanimelist.net/profile/BeppeV
|
href: https://myanimelist.net/profile/BeppeV
|
||||||
- name: gitea
|
- name: gitea
|
||||||
href: https://git.beppe.online/beppe
|
href: https://git.beppe.online/beppe
|
||||||
|
img: /img/gitea.gif
|
||||||
|
- name: letterboxd
|
||||||
|
href: https://letterboxd.com/beppev
|
||||||
|
img: /img/letterboxd.png
|
||||||
|
- name: goodreads
|
||||||
|
href: https://www.goodreads.com/user/show/193197549-beppe-v
|
||||||
|
img: /img/goodreads.png
|
||||||
|
@@ -1,7 +1,15 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<ul class="mylinks">
|
<ul class="mylinks">
|
||||||
{% for link in site.data.links %}
|
{% 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 %}
|
{% endfor %}
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
BIN
assets/.DS_Store
vendored
BIN
assets/buttons/navidrome.gif
Normal file
After Width: | Height: | Size: 936 B |
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/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/steam.gif
Normal file
After Width: | Height: | Size: 2.7 KiB |