More experimenting with post list format
All checks were successful
/ weblog.lol (push) Successful in 11s

This commit is contained in:
Gordon Pedersen 2024-05-13 15:48:10 +10:00
parent d73d49a3f0
commit 92e0ee5e47
2 changed files with 5 additions and 16 deletions

View file

@ -63,7 +63,7 @@ tags: Blog,
]>> ]>>
Titleless title length: 15 words Titleless title length: 10 words
// Truncation appendix: […] // Truncation appendix: […]
// Title format: <h1><a href="$permalink">$title</a></h1> // Title format: <h1><a href="$permalink">$title</a></h1>
@ -96,21 +96,9 @@ Recent posts format: <<[
;; --------------------- ;; ---------------------
Post list format: <<[ Post list format: <<[
[post:begin]<article> <div id="post-list">
<aside class="post-info"> [post:begin]<article><a href="$location">$title</a></article>[post:end]
<a href="$location"><i class="fa-solid fa-clock"></i> <time class="dt-published" datetime="$date">$date</time></a> </div>]>>
</aside>
<i data-emoji="$emoji"></i>
$body
<aside class="post-info">
<a class="status_url" href="$status_url" target="_blank"><i class="omg-icon omg-prami"></i> via status.lol</a>
<a class="external_url" href="$external_url" target="_blank"><i class="omg-icon omg-fediverse"></i> Interact on the Fediverse</a>
</aside>
<aside class="post-tags">
$tags
</aside>
</article>[post:end]]
>>
;; Page list {page-list} ;; Page list {page-list}

View file

@ -2,6 +2,7 @@
type: page type: page
location: /blog location: /blog
title: Post List title: Post List
template: Home
--- ---
{post-list} {post-list}