1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Semantics: TOC and post-list <ol>

Order is significant for the ToC and post list so make them ordered.

I opted to make post-lists a reversed list, so I don't end up having
every post change its number every time I post.
This commit is contained in:
Rohan Kumar 2022-04-04 19:13:07 -07:00
parent 48a18e22c5
commit 37b9063186
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 3 additions and 2 deletions

View file

@ -68,7 +68,7 @@ posts = "/:year/:month/:day/:filename"
unsafe = true
[markup.tableOfContents]
ordered = false
ordered = true
endLevel = 2
# lifted from https://git.sr.ht/~sircmpwn/drewdevault.com

View file

@ -4,8 +4,9 @@
{{ else -}}
<h2 class="p-name" itemprop="name" id="posts">Posts</h2>
{{ end -}}
<p>I edit some of these posts quite often; some are updated indefinitely. Check the "updated" timestamps.</p>
<p><em>Timestamp format: <code>YYYY-MM-DD</code>, as per <cite><a href="https://www.ietf.org/rfc/rfc3339.txt">RFC 3339</a></cite> and <cite><a href="https://xkcd.com/1179/">ISO 8601</a></cite></em></p>
<ul class="unstyled-list">
<ol class="unstyled-list" reversed>
{{- range where site.RegularPages "Type" "in" site.Params.mainSections }}
<li>
<article class="h-entry hentry" itemprop="dataFeedElement" itemscope itemtype="https://schema.org/BlogPosting https://schema.org/DataFeedItem">