diff --git a/changelog b/changelog index e6129d7..3b21aa3 100644 --- a/changelog +++ b/changelog @@ -22,3 +22,4 @@ 2024-07-27: Update style on non blog posts 2024-07-27: modernize /html/site-info.html, finally 2024-07-27: improve image accessibility, update blog posts to be compliant with new style +2024-07-28: add support for planned footer in all relevant html documents, simplify inclusion of other documents in a document using include script diff --git a/dir_index.html b/dir_index.html index 75010b8..76568f8 100644 --- a/dir_index.html +++ b/dir_index.html @@ -10,7 +10,7 @@
- $[python3 -u -c 'import utils; print(utils.parse_file("html/header.html"))' | sed 's/\$PREV_URL\$/"{prev}"/'] + $[include html/header.html]