diff options
author | EuAndreh <eu@euandre.org> | 2021-08-17 17:41:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-17 17:41:03 -0300 |
commit | 1cdf2466ba3842539a24f8e0595edab3a6a26b6f (patch) | |
tree | dbf43bca7cf5fe85d4da25a75395190c14b9915b | |
parent | tests/: Move refs.html to sub-directory (diff) | |
download | gistatic-1cdf2466ba3842539a24f8e0595edab3a6a26b6f.tar.gz gistatic-1cdf2466ba3842539a24f8e0595edab3a6a26b6f.tar.xz |
TODOs.md: Add #decision-c725e140-99fb-802d-f5ad-44577593212a
-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 |