Adjust statement layout
This commit is contained in:
parent
ef7652cb20
commit
236fa01f1f
|
@ -39,7 +39,7 @@
|
|||
{% include "global/toc.njk" %}
|
||||
{% endif %}
|
||||
|
||||
{% if isArticle %}
|
||||
{% if isArticle or isStatement %}
|
||||
<article class="article">
|
||||
{{ content | safe }}
|
||||
</article>
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
layout: main/content
|
||||
---
|
||||
|
||||
<article class="article">
|
||||
{{ content | safe }}
|
||||
|
||||
<p>(This {{ title }} statement was last updated on {{ updated | formatDate }})</p>
|
||||
</article>
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"tags": "statements",
|
||||
"layout": "main/statement",
|
||||
"isStatement": true,
|
||||
"permalink": "/{{ page.fileSlug }}/",
|
||||
"eleventyComputed":{
|
||||
"eleventyNavigation":{
|
||||
|
|
Loading…
Reference in New Issue