Commit Graph

4 Commits

Author SHA1 Message Date
a6399e7e22 Refactor template content blocks for greater flexibility
There is not much value to be gotten out of creating Jinja blocks and
appending them to a list when nothing particularly interesting is done
with the list. With changes to move more towards semantic HTML, as well
as more ease of access to data in the template engine in the new code,
it is preferable to leave block division to the page template by making
it a property of the <section> tag. This also allows creating blocks in
Jinja iterators, which is not possible to do cleanly in the idiom being
replaced here.
2021-09-20 20:11:40 -07:00
4401024bf5 Reintegrate lexicon routes and joining 2021-08-13 20:12:13 -07:00
78477efba6 Add index sorting and phantom styling on contents page 2020-04-30 01:24:31 -07:00
4fc5f80538 Refactor lexicon submodule into two 2020-04-24 23:07:25 -07:00