mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Fix links and headings after merging wiki contents
This commit is contained in:
parent
9b6dc4302e
commit
c0b7c1b110
4 changed files with 11 additions and 7 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# Pelican Tips
|
||||
|
||||
## Bootstrap Classes
|
||||
|
||||
To have Bootstrap classes set for rendered html (`.table`, `.img-fluid` etc), use the [Bootstrapify](https://github.com/ingwinlu/pelican-bootstrapify) Pelican plugin.
|
||||
|
|
@ -67,4 +69,4 @@ In your Pelican config:
|
|||
# Default value is ['index', 'tags', 'categories', 'authors', 'archives']
|
||||
DIRECT_TEMPLATES = ['index', 'tags', 'categories', 'authors', 'archives', 'sitemap']
|
||||
SITEMAP_SAVE_AS = 'sitemap.xml'
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue