fix: properly comment out for the workaround

main
Henrik Böving 2023-03-16 20:24:44 +01:00
parent 5ab7d0bdd8
commit 628ef2878e
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ def index : BaseHtmlM Html := do templateExtends (baseHtml "Index") <|
<a id="top"></a> <a id="top"></a>
<h1> Welcome to the documentation page </h1> <h1> Welcome to the documentation page </h1>
-- Temporary comment until the lake issue is resolved -- Temporary comment until the lake issue is resolved
<p>This was built /-for commit <a href={s!"{← getProjectGithubUrl}/tree/{← getProjectCommit}"}>{s!"{← getProjectCommit} "}</a>-/ using Lean 4 at commit <a href={s!"https://github.com/leanprover/lean4/tree/{Lean.githash}"}>{Lean.githash}</a></p> -- for commit <a href={s!"{← getProjectGithubUrl}/tree/{← getProjectCommit}"}>{s!"{← getProjectCommit} "}</a>
<p>This was built using Lean 4 at commit <a href={s!"https://github.com/leanprover/lean4/tree/{Lean.githash}"}>{Lean.githash}</a></p>
</main> </main>
end Output end Output