add graph page
This commit is contained in:
parent
90e4967c09
commit
651ae1db50
@ -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>
|
Loading…
Reference in New Issue
Block a user