mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
update custom output now that categories are correctly sorted
pelican -o tests/output/custom/ -s samples/pelican.conf.py samples/content/
This commit is contained in:
parent
f903aaa1a4
commit
7fcaca85dd
41 changed files with 177 additions and 166 deletions
|
|
@ -111,6 +111,13 @@ cite {}
|
|||
|
||||
q {}
|
||||
|
||||
div.note {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
font-size: 85%;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
table {margin: .5em auto 1.5em auto; width: 98%;}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue