1
0

Add page sorting

This commit is contained in:
Serghei Cebotari 2023-11-29 23:58:32 +03:00
parent 3cd358452c
commit 43addda003

View File

@ -1,6 +1,6 @@
{{ with .Site.GetPage "/projects" }} {{ with .Site.GetPage "/projects" }}
<h3>Projects</h3> <h3>Projects</h3>
{{ range .Pages }} {{ range sort (.Pages) "Params.start_date" "desc" }}
<table> <table>
<tbody> <tbody>
<tr> <tr>