mirror of
https://github.com/vale981/ablog
synced 2025-03-05 17:21:38 -05:00
Added latex only postlist.
This commit is contained in:
parent
2896c9aa2d
commit
ccad92c496
1 changed files with 14 additions and 0 deletions
|
@ -165,6 +165,20 @@ A list of posts can be displayed in any page using the following directive:
|
|||
:excerpts:
|
||||
:sort:
|
||||
|
||||
.. only:: latex
|
||||
|
||||
.. postlist:: 5
|
||||
:author: Ahmet
|
||||
:category: Manual
|
||||
:location: Pittsburgh
|
||||
:language: en
|
||||
:tags: tips
|
||||
:date: %A, %B %d, %Y
|
||||
:format: {title} on {date}
|
||||
:list-style: circle
|
||||
:excerpts:
|
||||
:sort:
|
||||
|
||||
When no options are given all posts will be considered and they will
|
||||
be ordered by recency. Also, note that if the current post is one of
|
||||
the most recent posts, it will be omitted.
|
||||
|
|
Loading…
Add table
Reference in a new issue