Commit graph

23 commits

Author SHA1 Message Date
Paweł Romanowski 40afc1f6c7
Merge pull request #23 from pablogamboa/patch-2
Render the favicon_mimetype with `| safe`
2022-11-10 11:55:42 +01:00
Paweł Romanowski c06e9232db
Merge pull request #24 from pawroman/fix-navigation-for-zola-0.16
Fix post navigation for Zola 0.16
2022-11-10 11:54:39 +01:00
Paweł Romanowski df24472ca3 Fix post navigation for Zola 0.16 2022-11-10 11:53:45 +01:00
Pablo Martí Gamboa fe5f5aea01
Render the favicon_mimetype with | safe
Otherwise it will be escaped!
2022-11-10 11:45:04 +01:00
Paweł Romanowski d8565d716c
Merge pull request #19 from BrightOpen/master
#14 fix menu
2022-11-10 11:44:16 +01:00
Pablo Martí Gamboa c2ecdad64d
Fix RSS generation
Since https://github.com/getzola/zola/blob/master/CHANGELOG.md#0110-2020-05-25, Zola renamed this option to config.generate_feed
2022-11-10 11:24:49 +01:00
Bright Open Jo ef8ff785a4 #14 fix menu 2022-06-24 01:00:23 +02:00
Paweł Romanowski 880b4bdb84
Merge pull request #7 from ipetkov/404
Add 404 page which fits the rest of the theme
2021-12-08 20:36:51 +01:00
Ivan Petkov 5cd633f92b
Make 404 content configurable 2021-12-08 09:41:07 -08:00
Ivan Petkov 3abbf9f7d2
Place the logo body inside of a logo_content block
* This will allow for customizing the logo contents with a template,
  which can be slightly more powerful than a static configuration value
2021-12-07 17:39:39 -08:00
Ivan Petkov b04b1f5951
Add 404 page which fits the rest of the theme
* Noting that (as of 0.14) zola does not pass much of a context when
  rendering the 404 page, so things like current URL/path aren't
  available
* To work around this the `menu` macro has been split into `menu_for`
  which accepts a parameter for which item is active.
* The previous macro continues to work as is, forwarding the results of
  figuring out which item is active to the new `menu_for` macro
* The added 404 page will then use the `menu_for` macro and pass in a
  blank item
2021-12-07 17:25:02 -08:00
Paweł Romanowski 1e013d81e4 Fix URL escapes in hrefs 2019-04-03 19:21:19 +02:00
Paweł Romanowski 01bce4ff04 Add shortcut rel to favicon link 2019-04-03 18:59:34 +02:00
Paweł Romanowski df84c55f4c Add favicon support 2019-04-01 17:25:45 +02:00
Paweł Romanowski 34047623ff Fix theme for Zola 0.6.0 2019-04-01 11:36:41 +02:00
Paweł Romanowski 0577f22e54 Skip draft pages in archive 2019-03-02 11:49:42 +00:00
Paweł Romanowski 582749d5e7 Fix typos, change button icons to be sans-serif 2019-02-05 22:13:39 +00:00
Paweł Romanowski 8688b5b87f Attempt to fix iOS emoji problem 2019-02-05 21:00:19 +00:00
Paweł Romanowski a1cbba7796 Improve current menu item detection 2019-02-05 20:32:00 +00:00
Paweł Romanowski 9f26ec2814 Fix tag view page 2019-02-05 19:36:13 +00:00
Paweł Romanowski 4623287652 Fix relative URL handling for posts 2019-02-05 19:21:59 +00:00
Paweł Romanowski 7653cfed54 Fix relative URL handling 2019-02-05 19:13:23 +00:00
Paweł Romanowski deee53f745 First public release 2019-02-05 18:27:02 +00:00