diff --git a/TODO.md b/TODO.md
index 9bd28e3..ba88d93 100644
--- a/TODO.md
+++ b/TODO.md
@@ -463,12 +463,12 @@ Goal: rename the tables and column to the canonical M2M pattern (`tags`, `thesis
`apropos.php`, `licence.php`, `templates/admin/head.php` all contain the same 6-line
`(function poll(){…})()` block. Consolidate into the shared head partials.
-- [ ] **`templates/header.php` and `templates/head.php` are dead files** — neither is `include`d
+- [x] **`templates/header.php` and `templates/head.php` are dead files** — neither is `include`d
anywhere in the codebase. Both contain outdated markup from a previous design iteration
(`lang="en"`, empty author meta, a broken nav with double-quoted `href` attributes inside
`href`). Delete both to remove confusion.
-- [ ] **`public/assets/icons.svg` is dead** — it is the full TrumboWYG editor icon sprite (40+
+- [x] **`public/assets/icons.svg` is dead** — it is the full TrumboWYG editor icon sprite (40+
symbols) referenced **nowhere** in the codebase. The only WYSIWYG editor in use (EasyMDE
in `pages-edit.php`) loads from CDN. Delete `icons.svg` (~15 KB of noise).
@@ -525,10 +525,10 @@ Goal: rename the tables and column to the canonical M2M pattern (`tags`, `thesis
require a code deploy to change. Either move them into the `about` page Markdown (admin-
editable) or extract to a config array so they are in one place.
-- [ ] **`licence.php` wastes half the viewport with an always-empty right column** — the page
+- [x] **`licence.php` wastes half the viewport with an always-empty right column** — the page
reuses the two-column `.apropos-layout` but `
` is always
- empty. Add a `.apropos-layout--single` variant (or just `grid-template-columns:1fr` when
- the right child is empty) to use the full width for content.
+ empty. Added `.apropos-single` class + removed layout wrapper; content now uses full width
+ (max-width: 720px) without an empty right column.
### G — Accessibility & semantics
diff --git a/public/assets/apropos.css b/public/assets/apropos.css
index de976fc..e9f189f 100644
--- a/public/assets/apropos.css
+++ b/public/assets/apropos.css
@@ -29,6 +29,11 @@ html, body {
max-width: 1200px;
}
+/* Single-column layout — used by licence.php (no right column) */
+.apropos-single {
+ max-width: 720px;
+}
+
/* Left col — main description text in big monospace */
.apropos-left {}
diff --git a/public/assets/icons.svg b/public/assets/icons.svg
deleted file mode 100644
index f45a356..0000000
--- a/public/assets/icons.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/licence.php b/public/licence.php
index 6e4bee2..7ee0ef5 100644
--- a/public/licence.php
+++ b/public/licence.php
@@ -47,17 +47,12 @@ $html = $pd->text($content);
-
- Ce site archive et valorise les mémoires de l'ERG (Bruxelles). Il expose les projets des diplômé·es pour illustrer la diversité des parcours qui marquent l'histoire centenaire de l'école.
-