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>

View file

@ -14,7 +14,6 @@ layout: default
<div id="notes-entry-container">
<content>
{{ content }}
<p>This line appears after every note.</p>
</content>
<side style="font-size: 0.9em">
@ -31,6 +30,8 @@ layout: default
{% else %}
<div style="font-size: 0.9em">
<p>
There are no notes linking to this note.
</p>
@ -39,9 +40,3 @@ layout: default
</side>
</div>
</article>
<hr>
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
{% include notes_graph.html %}