Remove graph view and extra text from all pages.

This commit is contained in:
walcutt 2023-01-30 17:39:46 -05:00
parent 5c605beabe
commit 4b54fa7b9a

View File

@ -14,7 +14,6 @@ layout: default
<div id="notes-entry-container"> <div id="notes-entry-container">
<content> <content>
{{ content }} {{ content }}
<p>This line appears after every note.</p>
</content> </content>
<side style="font-size: 0.9em"> <side style="font-size: 0.9em">
@ -38,10 +37,4 @@ layout: default
{% endif %} {% endif %}
</side> </side>
</div> </div>
</article> </article>
<hr>
<p>Here are all the notes in this garden, along with their links, visualized as a graph.</p>
{% include notes_graph.html %}