From c8f648ea01a81592b5920fa434565819c223139d Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 8 Aug 2026 20:06:13 +0200 Subject: [PATCH] Restore the document metadata dropped when the page was ported The APT source carried a title, an author and a date. The conversion to Markdown dropped them, so the generated page lost its title and its author meta. Put them back as YAML front matter. --- src/site/markdown/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 6fd81ea5..fde3515c 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -1,3 +1,10 @@ +--- +title: Plexus Compiler +author: + - Hervé Boutemy +date: 2012-05-08 +--- +