-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 863 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
27
28
---
# You don't need to edit this file, it's empty on purpose.
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
author_profile: true
---
<!-- <div class="posts">
{% for post in paginator.posts %}
<article class="post">
{% if post.header.teaser %}
<div class="post-teaser">
<img src="{{ post.header.teaser }}" alt="{{ post.title }}">
</div>
{% endif %}
<header>
<h2 class="post-title">
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
</h2>
<p class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</p>
</header>
<div class="post-excerpt">
{{ post.excerpt }}
</div>
</article>
{% endfor %}
</div> -->