Add page sorting
This commit is contained in:
parent
3cd358452c
commit
43addda003
@ -1,6 +1,6 @@
|
||||
{{ with .Site.GetPage "/projects" }}
|
||||
<h3>Projects</h3>
|
||||
{{ range .Pages }}
|
||||
{{ range sort (.Pages) "Params.start_date" "desc" }}
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user