The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

index: fix links to posts

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso db76cf2a 10932384

+2 -2
+2 -2
lume/src/index.njk
··· 18 18 <h2 class="text-2xl mb-4">Recent Articles</h2> 19 19 <ul class="list-disc ml-4 mb-4"> 20 20 {% for post in search.pages("type=blog", "order date=desc", 5) %} 21 - <li><time datetime={{post.data.date | date("DATE")}}>{{post.data.date | date("DATE")}}</time> - <a href="{{post.data.url}}">{{post.data.title}}</a> 21 + <li><time datetime={{post.date | date("DATE")}}>{{post.date | date("DATE")}}</time> - <a href="{{post.url}}">{{post.title}}</a> 22 22 </li> 23 23 {% endfor %} 24 24 </ul> ··· 38 38 {% for word in resume.buzzwords %} 39 39 <span class="m-2 p-2 text-sm bg-bg-1 dark:bg-bgDark-1 text-fg-1 dark:text-fgDark-1 rounded-lg">{{word}}</span> 40 40 {% endfor %} 41 - </div> 41 + </div>