feat(tags): this adds support for post, link, book, show and movie tags with a tag list view and per tag pages
This commit is contained in:
parent
3d866262ca
commit
4eec2f6a2a
35 changed files with 508 additions and 70 deletions
|
@ -13,9 +13,10 @@ schema: blog
|
|||
{{ post.date | date: "%B %e, %Y" }}
|
||||
</time>
|
||||
</aside>
|
||||
<h3>
|
||||
{{ post.title }}
|
||||
</h3>
|
||||
<h3>{{ post.title }}</h3>
|
||||
{% render "blocks/tags.liquid",
|
||||
tags:post.tags
|
||||
%}
|
||||
<div>
|
||||
{% render "blocks/banners/old-post.liquid",
|
||||
isOldPost:post.old_post
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue