kcl-digital-humanities-garden/_layouts/page.html

16 lines
456 B
HTML
Raw Normal View History

2021-03-07 22:59:37 +00:00
---
layout: default
---
2021-04-01 03:56:11 +00:00
<article class="measure-wide ml3">
2021-03-07 22:59:37 +00:00
<header>
2021-03-19 01:22:04 +00:00
<h1 class="f-6 normal anthony">{{ page.title | escape }}</h1>
2021-03-07 22:59:37 +00:00
</header>
2021-04-01 03:56:11 +00:00
<div class="lh-copy f5 z-1 mb6 relative">
2021-03-07 22:59:37 +00:00
{{ content }}
</div>
2021-06-28 14:25:12 +00:00
{%- 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 %}">
2021-04-01 03:56:11 +00:00
{% include notes_graph.html %}
</div>
2021-06-28 14:25:12 +00:00
{%- endif -%}
2021-03-07 22:59:37 +00:00
</article>