From 628ef2878e994abed48185e4d94784c8403bf4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20B=C3=B6ving?= Date: Thu, 16 Mar 2023 20:24:44 +0100 Subject: [PATCH] fix: properly comment out for the workaround --- DocGen4/Output/Index.lean | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DocGen4/Output/Index.lean b/DocGen4/Output/Index.lean index 0bc21d5..afa4eb5 100644 --- a/DocGen4/Output/Index.lean +++ b/DocGen4/Output/Index.lean @@ -17,7 +17,8 @@ def index : BaseHtmlM Html := do templateExtends (baseHtml "Index") <|

Welcome to the documentation page

-- Temporary comment until the lake issue is resolved -

This was built /-for commit {s!"{← getProjectCommit} "}-/ using Lean 4 at commit {Lean.githash}

+ -- for commit {s!"{← getProjectCommit} "} +

This was built using Lean 4 at commit {Lean.githash}

end Output