diff options
-rw-r--r-- | TODOs.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -154,6 +154,20 @@ I would like. # Decisions +## DONE Duplicate stylesheet and logo {#decision-c725e140-99fb-802d-f5ad-44577593212a} +- DONE in 2021-08-17 + +--- + +The `style.css` and `logo.svg` files are being duplicated when generating the +HTML for the repository and for the index of repositories. + +Right now, I'm choosing to keep it that way. + +The reasoning is: when generating the HTML for a repository, this process is +self-contained, and doesn't depend on the existence of a index of repositories +in the parent directory. + ## DONE Perl vs C {#decision-d349b5be-3e00-4e00-a110-0eb7f402d4ab} - DONE in 2021-05-28 - TODO in 2021-03-06 |