Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
erudin authored Sep 26, 2023
1 parent 83bb627 commit b1c07c4
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: default
title: Home
---

<div class="posts">
{% for post in paginator.posts %}
<article class="post">

<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date_to_string }}</time>
<div class="entry">
{{ post.excerpt }}
</div>

<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div>
<html>
<head lang="en">
<meta charset="utf-8">
<title>lanista.art</title>
</head>
<body>
<h1>lanista.art</h1>
<p>Coming soon...</p>
</body>
</html>

0 comments on commit b1c07c4

Please sign in to comment.