summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Müller <root@lunar.sh>2025-12-15 19:59:59 +0200
committerGitHub <noreply@github.com>2025-12-15 19:59:59 +0200
commit638df36e20d44dc501ab913ed052558209080b7b (patch)
tree2c133cd6ba73149f149f18bff988cfe3c6dac504
parent6b641d39b66868621ec8da42abc670ce7b71bb72 (diff)
downloadjournal.lunar.sh-638df36e20d44dc501ab913ed052558209080b7b.tar.gz
journal.lunar.sh-638df36e20d44dc501ab913ed052558209080b7b.zip
Update index.html
-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>