Fix YAML syntax errors
This commit is contained in:
parent
5df418eb2e
commit
4fa562d0fe
@ -8,8 +8,8 @@ tags: gallery
|
||||
structuredData: none
|
||||
eleventyComputed:
|
||||
title: "{{ gallery.title }}"
|
||||
permalink: "/gallery/{{ gallery.title | slugify }}/"
|
||||
description: "{{ gallery.description }}"
|
||||
permalink: "/gallery/{{ gallery.title | slugify }}/"
|
||||
description: "{{ gallery.description }}"
|
||||
---
|
||||
<h1>{{ gallery.title }}</h1>
|
||||
<p class="page-block nodropcap">{{ gallery.description }}</p>
|
||||
|
@ -14,8 +14,8 @@ postlistHeaderText: "Latest Posts:"
|
||||
structuredData: none
|
||||
eleventyComputed:
|
||||
title: Posts tagged “{{ tag }}”
|
||||
permalink: "/tags/{{ tag | slugify }}/"
|
||||
description: A list of every post I've written tagged “{{ tag }}.”
|
||||
permalink: "/tags/{{ tag | slugify }}/"
|
||||
description: A list of every post I've written tagged “{{ tag }}.”
|
||||
---
|
||||
<h1>Topic: “{{ tag }}.”
|
||||
</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user