diff options
Diffstat (limited to 'templates/ef/ordo.md')
| -rw-r--r-- | templates/ef/ordo.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/templates/ef/ordo.md b/templates/ef/ordo.md index fde5bb2..fd8094f 100644 --- a/templates/ef/ordo.md +++ b/templates/ef/ordo.md @@ -11,16 +11,24 @@ (Ordo, Epistle, Gospel, Commemoration) comes from the view's term vocabulary rather than being written into this file, so a translated booklet needs no template edit. --> +<!-- Defect 2: Markdown has no page concept either, so this mainly needed + the same header treatment as the paginated flavours, for structural + consistency -- a ### per week under each month's ##, walking + months>weeks>days (the week's own padded, in-month-guarded day + list, not the flat unpadded one the old months>days loop used). --> # {{term.ordo}} {{year}} · {{rite_name}} {{#months}} ## {{name}} -{{#days}} +{{#weeks}} +### {{term.week}} {{num}} + +{{#days}}{{#in_month}} **{{dom}}** {{name}} `{{rank}}` · {{colour}}{{#first}} · {{term.epistle}} {{first}}{{/first}}{{#gospel}} · {{term.gospel}} {{gospel}}{{/gospel}} {{#comms}} - {{term.commemoration}} {{name}} {{/comms}} -{{/days}}{{/months}} +{{/in_month}}{{/days}}{{/weeks}}{{/months}} |
