summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/index.html b/index.html
index 559eddb..22352be 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,19 @@ layout: default
<div id="main" role="main" class="index">
<div class="posts">
+ {% for post in site.featured %}
+ <article class="post">
+ <header>
+ <span title="format: yyyy-mm-dd">{{ post.date | date: "%Y-%m-%d" }} @ journal.lunar.sh</span>
+ <div>
+ <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></div>
+ <div class="excerpt">{{ post.excerpt }}</div>
+ </header>
+ </article>
+ {% endfor %}
+ <hr>
+</div>
+<h1 class="title">Featured</h1>
{% for post in site.posts %}
<article class="post">
<header>