generated from SimonDarksideJ/the-mvm.github.io
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·26 lines (24 loc) · 814 Bytes
/
index.html
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
---
layout: home-page
---
{% include calculate_relative_base.html %}
<ol class="post-card-box clearfix">
{% for post in paginator.posts %}
{% include remove_double_slash.html %}
<li>
<div class="post-card">
<a href="{{ post_url }}" title="{{ post.title }}" class="post-card-image" style="background: url('{{ relativebase }}assets/img/{{ post.img }}') center no-repeat; background-size: cover;">
</a>
<div class="post-card-body">
<p class="post-card-title-and-meta">
<a href="{{ post_url }}" class="post-card-link">
{{ post.title }}
</a>
{% include post_meta.html type="post-card-meta" date="none" %}
</p>
</div>
</div>
</li>
{% endfor %}
</ol>
<a rel="me" href="https://mastodon.social/@SimonDarksideJ"/>