From 651ae1db50eabe68b7ca5a5ae486b0ac7b04adf6 Mon Sep 17 00:00:00 2001 From: Garry Ing Date: Mon, 28 Jun 2021 10:25:12 -0400 Subject: [PATCH] add graph page --- _layouts/page.html | 6 +++--- graph.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 graph.md 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
{{ content }}
- {% if page.url == "/colophon/" %} -
+ {%- 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