mirror of
https://github.com/lmika/postlist-for-micro.blog.git
synced 2026-06-21 12:26:05 +00:00
Changed alpha ordering and updated Readme
This commit is contained in:
parent
3958da9c2e
commit
f1f0d2ae7a
3 changed files with 16 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{{- $pgr = (where $pgr "Params.categories" "intersect" (slice .)) -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- if (eq (.Get "order") "link-title" ) -}}
|
||||
{{- if (eq (.Get "order") "alpha" ) -}}
|
||||
{{- $pgr = $pgr.ByLinkTitle -}}
|
||||
{{- end -}}
|
||||
<ul class="postlist">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue