-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 881 Bytes
/
index.html
File metadata and controls
30 lines (28 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
layout: home
title: Home
date: 27 Aprile 2022
---
{% for navigationLink in site.navigationLinks %}
<header>
<div class="title">
<h2><a href="{{ navigationLink.permalink }}">{{ navigationLink.text }}</a></h2>
<!-- <p>Oggetto sociale</p> -->
</div>
<div class="meta">
<time class="published" datetime="2022-04-27">27 Aprile 2022</time>
<a href="#" class="author"><span class="name">Admin</span><img src="/images/avatar.jpg" alt="" /></a>
</div>
</header>
<!-- <a href="#" class="image featured"><img src="/images/pic01.jpg" alt="" /></a> -->
<!-- <footer>
<ul class="actions">
<li><a href="#" class="button big">Continue Reading</a></li>
</ul>
<ul class="stats">
<li><a href="#">General</a></li>
<li><a href="#" class="icon fa-heart">28</a></li>
<li><a href="#" class="icon fa-comment">128</a></li>
</ul>
</footer> -->
{% endfor %}