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: ·
|
||||
// Navigation: about, another-page, <a href="https://example.com">Example</a>, [Example](https://example.com)
|
||||
Files path: /files/
|
||||
Landing page post count: 20
|
||||
Landing page post count: 8
|
||||
Landing page post length: 45 words
|
||||
Post template: Post Template
|
||||
|
||||
|
|
|
@ -2,15 +2,11 @@ Type: Template
|
|||
Title: Post Template
|
||||
|
||||
<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>
|
||||
</aside>
|
||||
|
||||
{body}
|
||||
|
||||
<aside class="post-tags">
|
||||
</aside>
|
||||
{body}
|
||||
<aside class="post-tags">
|
||||
{tags}
|
||||
</aside>
|
||||
</aside>
|
||||
</article>
|
||||
|
||||
<span class="divider"></span>
|
Loading…
Reference in a new issue