mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-12 06:12:41 +00:00
Move blog templates to its own folder
This commit is contained in:
parent
1cfbe2d61d
commit
aa1a38ab2d
@ -25,6 +25,6 @@ metadata:
|
|||||||
</article>
|
</article>
|
||||||
|
|
||||||
{% if tags.includes("blog pages") %}
|
{% if tags.includes("blog pages") %}
|
||||||
{% include "main/blognav.njk" %}
|
{% include "blog/blognav.njk" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
@ -19,6 +19,6 @@ layout: main/base
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if tags.includes("blog pages") %}
|
{% if tags.includes("blog pages") %}
|
||||||
{% include "main/blognav.njk" %}
|
{% include "blog/blognav.njk" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"layout": "main/blogpost",
|
"layout": "blog/blogpost",
|
||||||
"tags": ["posts", "contents", "feed items"],
|
"tags": ["posts", "contents", "feed items"],
|
||||||
"eleventyComputed": {
|
"eleventyComputed": {
|
||||||
"title": "{{ articleTitle }} | Blog"
|
"title": "{{ articleTitle }} | Blog"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user