[email protected] (Ludovic Courtès) writes: > If you’re still motivated ;-), the next steps are URL factorization (as > discussed before) and header factorization. For the latter I imagine a > procedure like this: > > (define (html-page-header title) > `(head (meta (@ (charset "utf-8"))) > (meta (@ (name "author") > (content "GuixSD Contributors"))) > ;; rest of boilerplate... > (title ,title)))
Of course I am! :), I will try to implement what you proposed. I will be occupied with my university exams until next wednesday, so don't expect something before. -- Mathieu Lirzin
