mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-24 09:46:46 +00:00
Update Pleroma page with new data
This commit is contained in:
parent
8053cea47d
commit
89629b9d35
|
@ -43,6 +43,16 @@ network: true
|
|||
<% } %>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section u-block inline-items">
|
||||
<h4><%- __('forks') %></h4>
|
||||
<ul class="section-list">
|
||||
<% for (item in data.forks) { %>
|
||||
<li>
|
||||
<a href="<%= data.forks[item].url %>"><%= data.forks[item].descr %></a>
|
||||
</li>
|
||||
<% } %>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue