diff --git a/_layouts/page.html b/_layouts/page.html
index abc42ff..ca97248 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -8,9 +8,9 @@ layout: default
+ {%- if page.url == "/colophon/" or page.url == "/graph/" -%}
+
{% include notes_graph.html %}
- {% endif %}
+ {%- endif -%}
\ No newline at end of file
diff --git a/graph.md b/graph.md
new file mode 100644
index 0000000..c8d6e05
--- /dev/null
+++ b/graph.md
@@ -0,0 +1,4 @@
+---
+layout: page
+title:
+---
\ No newline at end of file