Remove safe filter from archive page descriptions
This commit is contained in:
parent
09e23fb0b7
commit
77e5781394
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Content Archive
|
title: Content Archive
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
desc: All contents published on {{ sitemeta.siteName | safe }}.
|
desc: All contents published on {{ sitemeta.siteName }}.
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 11
|
order: 11
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Content Categories
|
title: Content Categories
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
desc: All content categories on {{ sitemeta.siteName | safe }}.
|
desc: All content categories on {{ sitemeta.siteName }}.
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
order: 12
|
order: 12
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user