Adjust notes in list template.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<ul class="posts-list">
|
||||
{{ range (where .Pages ".Params.hidden" "!=" "true") }}
|
||||
|
||||
<!-- tbd: if marked Hidden or Release is in the future, skip. -->
|
||||
<!-- TBD: If marked Hidden or Release date is in the future, skip. -->
|
||||
|
||||
<li class="post-item">
|
||||
<a href="{{.Permalink}}" class="post-item-inner">
|
||||
@@ -65,7 +65,7 @@
|
||||
{{ end }}
|
||||
</span>
|
||||
<span class="post-day">
|
||||
<!-- TBD: Show the PublishDate attribute if later than Date. -->
|
||||
<!-- TBD: Show the Release attribute if later than Date. -->
|
||||
{{ if .Site.Params.dateformShort }}
|
||||
{{ time.Format .Site.Params.dateformShort .Date }}
|
||||
{{ else }}
|
||||
@@ -82,6 +82,7 @@
|
||||
</main>
|
||||
{{ end }}
|
||||
|
||||
|
||||
{{ partial "pagination-list.html" . }}
|
||||
</main>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user