{{ .Title }}
@@ -11,80 +18,96 @@-
- {{ range .Pages }}
-
- {{ if .Params.hidden }}
- {{ continue }}
- {{ end }}
+ {{/* If marked Hidden or Release date is in the future, skip. */}}
- {{ if and (.Params.release) (ge (time.AsTime .Params.release) (time now)) }}
- {{ continue }}
- {{ end }}
-
-
-
-
-
- {{ if .Params.draft }}
- {{ print "(DRAFT) "}}
- {{ end }}
-
- {{ if .Params.pinned }}
-
- {{ end }} - - {{ if .Params.video }} - Video: - {{ else if .Params.audio }} - Audio: - {{ else if .Params.tags }} - {{ $prefix := (index .Params.tags 0 | title) }} - {{ if eq $prefix "Ebook" }} - eBook: - {{ else }} - {{ $prefix }}: - {{ end }} - {{ end }} - - {{ .Title }}{{ if and (.Params.subtitle) (and (.Params.author) (.Params.date)) }} - {{ "--" | markdownify }} {{ .Params.subtitle}} - {{ end }} - - {{ if .Params.feathericon }} -
- {{ else if .Params.video }} -
- {{ else if .Params.audio }} -
- {{ end }} - - - - {{ if .Site.Params.dateformShort }} - {{ time.Format .Site.Params.dateformShort .Date }} - {{ else }} - {{ time.Format "Jan 2" .Date }} - {{ end }} - - -
+ {{ if .Params.hidden }}
+ {{ continue }}
{{ end }}
-