notes and colophon

This commit is contained in:
Garry Ing
2021-03-31 23:56:11 -04:00
parent 14d363f87b
commit eb0db9f450
4 changed files with 28 additions and 8 deletions

View File

@ -1,11 +1,16 @@
---
layout: default
---
<article class="measure-wide">
<article class="measure-wide ml3">
<header>
<h1 class="f-6 normal anthony">{{ page.title | escape }}</h1>
</header>
<div class="lh-copy f5">
<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">
{% include notes_graph.html %}
</div>
{% endif %}
</article>