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/postactiv.ejs
2018-03-24 04:20:33 +03:00

32 lines
611 B
Plaintext

---
layout: layout
---
<%
const data = site.data.postactiv.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><%- __('techies') %></h4>
<p class="u-nomargin"><a href="<%= data.docs %>"><%- __('docs') %></a></p>
</div>
</section>
</div>
<%- partial('_partial/world') %>
<br>
<%- partial('_partial/contributing') %>
<%- partial('_partial/buttons') %>
</main>