add graph page

This commit is contained in:
Garry Ing 2021-06-28 10:25:12 -04:00
parent 90e4967c09
commit 651ae1db50
No known key found for this signature in database
GPG Key ID: 62E12D2F8C30C493
2 changed files with 7 additions and 3 deletions

View File

@ -8,9 +8,9 @@ layout: default
<div class="lh-copy f5 z-1 mb6 relative">
{{ content }}
</div>
{% if page.url == "/colophon/" %}
<div class="fixed top-0 right-0 w-100 vh-100 o-20">
{%- if page.url == "/colophon/" or page.url == "/graph/" -%}
<div class="fixed top-0 right-0 w-100 vh-100 {% if page.url == '/colophon/' %}o-20{% endif %}">
{% include notes_graph.html %}
</div>
{% endif %}
{%- endif -%}
</article>

4
graph.md Normal file
View File

@ -0,0 +1,4 @@
---
layout: page
title:
---