mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-03-14 19:53:49 +00:00
Update Pleroma page with new data
This commit is contained in:
parent
8053cea47d
commit
89629b9d35
1 changed files with 10 additions and 0 deletions
|
@ -43,6 +43,16 @@ network: true
|
||||||
<% } %>
|
<% } %>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue