mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-19 03:00:49 +00:00
Adjust statement layout
This commit is contained in:
parent
ef7652cb20
commit
236fa01f1f
@ -39,7 +39,7 @@
|
|||||||
{% include "global/toc.njk" %}
|
{% include "global/toc.njk" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if isArticle %}
|
{% if isArticle or isStatement %}
|
||||||
<article class="article">
|
<article class="article">
|
||||||
{{ content | safe }}
|
{{ content | safe }}
|
||||||
</article>
|
</article>
|
||||||
|
@ -2,8 +2,6 @@
|
|||||||
layout: main/content
|
layout: main/content
|
||||||
---
|
---
|
||||||
|
|
||||||
<article class="article">
|
{{ content | safe }}
|
||||||
{{ content | safe }}
|
|
||||||
|
|
||||||
<p>(This {{ title }} statement was last updated on {{ updated | formatDate }})</p>
|
<p>(This {{ title }} statement was last updated on {{ updated | formatDate }})</p>
|
||||||
</article>
|
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"tags": "statements",
|
"tags": "statements",
|
||||||
"layout": "main/statement",
|
"layout": "main/statement",
|
||||||
|
"isStatement": true,
|
||||||
"permalink": "/{{ page.fileSlug }}/",
|
"permalink": "/{{ page.fileSlug }}/",
|
||||||
"eleventyComputed":{
|
"eleventyComputed":{
|
||||||
"eleventyNavigation":{
|
"eleventyNavigation":{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user