commit 459f40cc219148fdc95d119febb889ae25b9ff0a parent 424d5be82c50c0ab7c73ec33067f59f5eeee1226 Author: Charlie Stanton <charlie@shtanton.xyz> Date: Tue, 27 Jul 2021 22:18:06 +0100 Add link to git repos from index page Diffstat:
M | html_src/index.html | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/html_src/index.html b/html_src/index.html @@ -9,6 +9,7 @@ <h3>Cool people read it on gemini</h3> <ul> <li><a href="/posts">Blog posts</a></li> + <li><a href="/git">Git repos</a></li> </ul> </body> </html>