More experimenting with post list format
All checks were successful
/ weblog.lol (push) Successful in 12s
All checks were successful
/ weblog.lol (push) Successful in 12s
This commit is contained in:
parent
d73d49a3f0
commit
516ff669d6
2 changed files with 10 additions and 25 deletions
|
@ -63,7 +63,7 @@ tags: Blog,
|
|||
|
||||
]>>
|
||||
|
||||
Titleless title length: 15 words
|
||||
Titleless title length: 10 words
|
||||
// Truncation appendix: […]
|
||||
// Title format: <h1><a href="$permalink">$title</a></h1>
|
||||
|
||||
|
@ -96,21 +96,9 @@ Recent posts format: <<[
|
|||
;; ---------------------
|
||||
|
||||
Post list format: <<[
|
||||
[post:begin]<article>
|
||||
<aside class="post-info">
|
||||
<a href="$location"><i class="fa-solid fa-clock"></i> <time class="dt-published" datetime="$date">$date</time></a>
|
||||
</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]]
|
||||
>>
|
||||
<div id="post-list">
|
||||
[post:begin]<article><a href="$location">$title</a></article>[post:end]
|
||||
</div>]>>
|
||||
|
||||
|
||||
;; Page list {page-list}
|
||||
|
@ -142,24 +130,20 @@ Search results format: <<[
|
|||
;; -----------
|
||||
|
||||
Tag path: /tag/
|
||||
// Tag page template: Tag Template
|
||||
Tag page template: Home
|
||||
Tags format: <<[
|
||||
[tag:begin]<a class="tag" href="$tag_location">$tag</a>[tag:end]
|
||||
]>>
|
||||
Tag page format: <<[
|
||||
<h2>Posts tagged with “$tag”</h2>
|
||||
<ul>
|
||||
[tag:begin]<li><a href="$location">$title</a></li>[tag:end]
|
||||
</ul>
|
||||
<h2>Posts tagged with <span class="tag">$tag</tag></h2>
|
||||
[tag:begin]<article><a href="$location">$title</a></article>[tag:end]
|
||||
]>>
|
||||
|
||||
Tag listing path: /tags
|
||||
// Tag listing template: Tag Listing Template
|
||||
// Note: tag listing order can be "alphabetical", "ascending", or "descending" where alphabetical sorts by the tag name and ascending/descending sorts by the count of entries with that tag
|
||||
Tag listing order: alphabetical
|
||||
Tag listing order: descending
|
||||
Tag listing format: <<[
|
||||
<h2>Tags</h2>
|
||||
<ul>
|
||||
[tag:begin]<li><a href="$location">$tag</a> ($count)</li>[tag:end]
|
||||
</ul>
|
||||
[tag:begin]<a class="tag" href="$location">$tag ($count)</a>[tag:end]
|
||||
]>>
|
|
@ -2,6 +2,7 @@
|
|||
type: page
|
||||
location: /blog
|
||||
title: Post List
|
||||
template: Home
|
||||
---
|
||||
|
||||
{post-list}
|
Loading…
Reference in a new issue