Add notes on what needs done, where, for new Release attribute.

This commit is contained in:
2026-01-09 10:48:06 -07:00
parent 74f40e1f53
commit ac374b1c4b
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,9 @@
<ul class="posts-list"> <ul class="posts-list">
{{ range .Pages }} {{ range .Pages }}
<!-- tbd: if marked Hidden or Release is in the future, skip. -->
<li class="post-item"> <li class="post-item">
<a href="{{.Permalink}}" class="post-item-inner"> <a href="{{.Permalink}}" class="post-item-inner">
<span class="post-title"> <span class="post-title">

View File

@@ -108,6 +108,8 @@
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;" <img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
src="/feathericons/16px-a9a9b3/calendar.svg" alt="Published Date:" title="Published Date" src="/feathericons/16px-a9a9b3/calendar.svg" alt="Published Date:" title="Published Date"
> >
<!-- tbd: if Release is not null and later than Date, use it for Date. -->
{{ if .Site.Params.dateformNumTime }} {{ if .Site.Params.dateformNumTime }}
{{ dateFormat .Site.Params.dateformNumTime .Date.Local }} {{ dateFormat .Site.Params.dateformNumTime .Date.Local }}
{{ else }} {{ else }}