Add notes on what needs done, where, for new Release attribute.
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user