Overview
Comment: | Render home page from pollen/markup (Fixes [629a9c063beb5809]) |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9998fecb3525b09e0d93c7ba53af0546 |
User & Date: | joel on 2020-05-11 02:01:46 |
Other Links: | manifest | tags |
Context
2021-02-14
| ||
15:35 | Break loading cycle in pollen/setup Leaf check-in: d5b9dd58 user: joel tags: trunk | |
2020-07-03
| ||
20:59 | A start on improving build times check-in: 4b2c827f user: joel tags: cache-faster | |
2020-05-11
| ||
02:01 | Render home page from pollen/markup (Fixes [629a9c063beb5809]) check-in: 9998fecb user: joel tags: trunk | |
01:59 | No empty “Further Notes” sections check-in: 542a013e user: joel tags: trunk | |
Changes
Modified index-template.html.p from [c03f431c] to [35c2e51e].
| 1 2 3 4 5 6 7 8 9 | - - - - - |
|
︙ | |||
65 66 67 68 69 70 71 | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - - - - - - - - - - + - + | </style> </head> <body style="overflow-x:hidden; hyphens: auto"> <header id="front-page"><div> <h1 class="site-title">The Local Yarn</h1> </div></header> |
︙ |
Added index.html.pm version [2b989fe2].
|
Modified makefile from [37817015] to [1b9cfddb].
︙ | |||
52 53 54 55 56 57 58 | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | - + | # Note that if any article is part of a series, it will touch its series .poly.pm file during its # render, triggering this rule for that series. $(series-html): %.html: %.poly.pm raco pollen render $@ tidy -quiet -modify -indent --wrap 100 --wrap-attributes no --tidy-mark no $@ || true |
︙ |