kcl-digital-humanities-garden/_includes/notes_graph.html
2021-03-15 18:22:28 -04:00

9 lines
359 B
HTML

<div class="absolute bottom-1">
<p class="ma0 f7 measure-narrow lh-copy">Here are all the notes in this garden, along with their links, visualized as a graph.</p>
</div>
<div id="zoom" class="absolute code f7 bottom-1 right-1"></div>
<div id="graph-wrapper" class="code f6">
<script>
const graphData = {% include notes_graph.json %}
</script>
</div>