Make docspage inherit from base.html
authorMagnus Hagander <magnus@hagander.net>
Wed, 3 Sep 2025 12:26:51 +0000 (14:26 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 3 Sep 2025 12:26:51 +0000 (14:26 +0200)
commitbc9018dfb8f8cc0c3dedad26fcf97eef44be538e
tree47be1e4124c5a091a62bf614d2fce289888fb9c8
parentb509e54a39d6280c336cb1f42379139c6551d4f5
Make docspage inherit from base.html

There was 99+% overlap between these, leading to some details missed
between them. The fact that the whole base is reproduced inside
docspage.html is probably legacy from a long time ago. So
instead make docspage.html inherit from base and set the required parametrs.

The only output difference in this is that the rel=canonical link moves
to a different part in the <head>, but it's still in <head>.

As a bonus, this also fixes the gitrev tag for theme.js, that commit 97942bcab
only fixed for base and not docs, and it fixes the footer link to
policies that e7099c90e only updated for base and not docs.
templates/docs/docspage.html