kcl-digital-humanities-garden/_layouts/page.html
2021-06-28 10:25:12 -04:00

16 lines
456 B
HTML

---
layout: default
---
<article class="measure-wide ml3">
<header>
<h1 class="f-6 normal anthony">{{ page.title | escape }}</h1>
</header>
<div class="lh-copy f5 z-1 mb6 relative">
{{ content }}
</div>
{%- 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 -%}
</article>