This commit is contained in:
parent
fe4bd448df
commit
2334583345
2 changed files with 9 additions and 13 deletions
|
@ -17,7 +17,7 @@ Landing page template: Landing Page Template
|
||||||
Separator: ·
|
Separator: ·
|
||||||
// Navigation: about, another-page, <a href="https://example.com">Example</a>, [Example](https://example.com)
|
// Navigation: about, another-page, <a href="https://example.com">Example</a>, [Example](https://example.com)
|
||||||
Files path: /files/
|
Files path: /files/
|
||||||
Landing page post count: 20
|
Landing page post count: 8
|
||||||
Landing page post length: 45 words
|
Landing page post length: 45 words
|
||||||
Post template: Post Template
|
Post template: Post Template
|
||||||
|
|
||||||
|
|
|
@ -2,15 +2,11 @@ Type: Template
|
||||||
Title: Post Template
|
Title: Post Template
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<aside class="post-info">
|
<aside class="post-info">
|
||||||
<a href="{location}"><i class="fa-solid fa-clock"></i> <time class="dt-published" datetime="{date}">{date}</time></a>
|
<a href="{location}"><i class="fa-solid fa-clock"></i> <time class="dt-published" datetime="{date}">{date}</time></a>
|
||||||
</aside>
|
</aside>
|
||||||
|
{body}
|
||||||
{body}
|
<aside class="post-tags">
|
||||||
|
|
||||||
<aside class="post-tags">
|
|
||||||
{tags}
|
{tags}
|
||||||
</aside>
|
</aside>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<span class="divider"></span>
|
|
Loading…
Reference in a new issue