This commit is contained in:
litao3rd 2020-05-27 16:39:00 +00:00
parent adcb460dfd
commit 5aec76f7c7

View file

@ -11,7 +11,7 @@ Console is a minimal, responsive and light theme for Hugo inspired by Linux cons
<div class="posts-list"> <div class="posts-list">
{{ with .Site.GetPage "/posts" }} {{ with .Site.GetPage "/posts" }}
{{ range first 3 ((where .Pages ".Params.private" "!=" true) sort .Data.Pages "Date" "desc")}} {{ range first 3 (sort (where .Pages ".Params.private" "!=" true) .Data.Pages "Date" "desc")}}
<div class="post"> <div class="post">
<div class="date">{{ .PublishDate.Format "Jan. 2, 2006" }}</div> <div class="date">{{ .PublishDate.Format "Jan. 2, 2006" }}</div>
<h1><a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a></h1> <h1><a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a></h1>