first seeds planted

This commit is contained in:
Lukasz Skotarek 2023-01-29 13:16:41 +01:00
parent fa52922077
commit 965776fde3
22 changed files with 126 additions and 222 deletions

View file

@ -5,6 +5,10 @@
<nav>{% include nav.html %}</nav>
<div class="wrapper">
<main>{{ content }}</main>
<hr>
<graph>Here are all the notes in this jungle, along with their links, visualized as a graph.</graph>
{% include notes_graph.html %}
<footer>{% include footer.html %}</footer>
</div>