This commit is contained in:
Garry Ing 2021-03-18 21:22:04 -04:00
parent 56c5ca5110
commit 4096ff9445
No known key found for this signature in database
GPG Key ID: 3B379B1F2193CC3E
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<header class="f-6 flex">
<header class="f-6 flex anthony">
{%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.header_pages | default: default_paths -%}
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}

View File

@ -3,7 +3,7 @@ layout: default
---
<article class="measure-wide">
<header>
<h1 class="f-6 normal">{{ page.title | escape }}</h1>
<h1 class="f-6 normal anthony">{{ page.title | escape }}</h1>
</header>
<div class="lh-copy f5">
{{ content }}