mirror of
https://github.com/saymrwulf/proof-aware-crypto-tooling-agent.git
synced 2026-09-07 20:30:36 +00:00
LTL docs: site-wide nav (notes / code / cv) in the header line
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
9acb078844
commit
231d5dfafa
1 changed files with 4 additions and 1 deletions
|
|
@ -130,7 +130,10 @@ def render_docs(log: TransparencyLog, base_path: str) -> str:
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<title>LTL — Lean Transparency Log</title><style>{_STYLE}</style></head><body>
|
<title>LTL — Lean Transparency Log</title><style>{_STYLE}</style></head><body>
|
||||||
|
|
||||||
<p class="muted" style="margin-bottom:0">zkdefi.org</p>
|
<p class="muted" style="margin-bottom:0">zkdefi
|
||||||
|
· <a href="https://blog.zkdefi.org/">notes</a>
|
||||||
|
· <a href="https://zkdefi.org/saymrwulf">code</a>
|
||||||
|
· <a href="https://zkdefi.com/">cv</a></p>
|
||||||
<h1>LTL — the Lean Transparency Log</h1>
|
<h1>LTL — the Lean Transparency Log</h1>
|
||||||
<p class="tagline"><strong>One sentence:</strong> a public, append-only Merkle
|
<p class="tagline"><strong>One sentence:</strong> a public, append-only Merkle
|
||||||
accumulator of <em>signed statements that the Lean 4 formal proofs of specific
|
accumulator of <em>signed statements that the Lean 4 formal proofs of specific
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue