1
0
mirror of https://git.feneas.org/feneas/fediverse.git synced 2024-12-23 08:37:56 +01:00
guida-fediverso/themes/starter/layout/socialhome.ejs
2018-03-12 22:31:14 +03:00

34 lines
621 B
Plaintext

---
layout: layout
---
<%
const data = site.data.socialhome.data;
%>
<%- partial('_partial/heroheader') %>
<main class="contents network">
<%- partial('_partial/header') %>
<div class="section-wrapper">
<%- partial('_partial/generalinfo') %>
<section class="column">
<div class="section u-block">
<h4><%- __('join') %></h4>
<span class="u-block"><a href="<%= data.servers %>"><%- __('nodeList') %></a></span>
</div>
</section>
</div>
<%- partial('_partial/world') %>
<br>
<%- partial('_partial/contributing') %>
<%- partial('_partial/buttons') %>
</main>