mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2025-02-24 22:07:38 +01:00
Update official accounts, add title
This commit is contained in:
parent
741457a45f
commit
9a9017b722
@ -86,6 +86,16 @@
|
|||||||
"url": "https://mastodon.art/@krita",
|
"url": "https://mastodon.art/@krita",
|
||||||
"avatar": "/img/avatars/krita.png"
|
"avatar": "/img/avatars/krita.png"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Inkscape",
|
||||||
|
"url": "https://mastodon.art/@inkscape",
|
||||||
|
"avatar": "/img/avatars/inkscape.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "GIMP",
|
||||||
|
"url": "https://mastodon.at/@GIMP",
|
||||||
|
"avatar": "/img/avatars/gimp.png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "F-Droid",
|
"name": "F-Droid",
|
||||||
"url": "https://mastodon.technology/@fdroidorg",
|
"url": "https://mastodon.technology/@fdroidorg",
|
||||||
|
BIN
source/img/avatars/gimp.png
Normal file
BIN
source/img/avatars/gimp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
BIN
source/img/avatars/inkscape.png
Normal file
BIN
source/img/avatars/inkscape.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@ -58,7 +58,7 @@
|
|||||||
<ul class="section-list">
|
<ul class="section-list">
|
||||||
<% for (item in stars) { %>
|
<% for (item in stars) { %>
|
||||||
<li class="u-inline">
|
<li class="u-inline">
|
||||||
<a href="<%= stars[item].url %>"><img src="<%= stars[item].avatar %>" alt="user"></a>
|
<a href="<%= stars[item].url %>" title="<%= stars[item].name %>"><img src="<%= stars[item].avatar %>" alt="user"></a>
|
||||||
</li>
|
</li>
|
||||||
<% } %>
|
<% } %>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user