sympy / sympy.github.com

SymPy's web page (sympy.org)
https://sympy.org/
188 stars 107 forks source link

make sidebar an overwritable block #172

Closed ivanistheone closed 2 years ago

ivanistheone commented 2 years ago

Currently the contents of the sidebar div are included in all pages derived from base.html.

In order to support work on https://github.com/sympy/sympy.github.com/pull/169 , we would like to make the sidebar menu overwitable.

This PR adds a new template block called sidebar around the "default" sidebar content.

The current block sidebar has been renamed to sidebarextra and relevant child tempaltes have been updated. (used to add extra sidebar content only on certain pages)