Add bookshelf link to blog posts

This commit is contained in:
Rawley
2023-02-07 14:54:45 +00:00
committed by GitHub
parent 15aef9157c
commit e10ecaed46

View File

@@ -28,6 +28,9 @@ let render ~title ~tags ~body =
<li>
<a href="/web-ring">web ring</a>
</li>
<li>
<a href="/bookshelf">bookshelf</a>
</li>
</nav>
</header>
<main>
@@ -45,4 +48,4 @@ let render ~title ~tags ~body =
</p>
</footer>
</body>
</html>
</html>