| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
There were category links inside pages.
There was a Pages H4 outside the conditional check for if pages should be shown.
|
|\
| |
| | |
GUM Theme: Only display "Tags" sidebar header if there are tags
|
| | |
|
|/
|
|
| |
one category
|
|
|
|
|
| |
Solving http://docs.getpelican.com/en/latest/faq.html\#since-i-upgraded-pelican-my-pages-are-no-longer-rendered
And https://github.com/getpelican/pelican-themes/issues/437
|
|
|
|
|
|
|
| |
- Change the default ul type to be disc, add margin
- Create a new ul class "blank" to use for the navbar
- Changes are designed to stay in lockstep with how the
http://www.gumbyframework.com/docs/#!/introduction website looks
|
|
|
|
|
|
|
|
|
|
| |
Format in pelicanconf.py is as follow.
===
# Social widget
SOCIAL = (
('GitHub', 'https://github.com/<user>'),
)
===
|
| |
|
| |
|
|
|