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
6fdc0b56b9
35 changed files with 500 additions and 70 deletions
|
@ -13,11 +13,11 @@
|
|||
{{ item.content_date | date:"%B %e, %Y" }}
|
||||
</time>
|
||||
• {{ item.label }}
|
||||
<span class="client-side">
|
||||
<span class="client-side">
|
||||
{%- if item.notes -%}
|
||||
{% assign notes = item.notes | prepend: "### Notes\n" | markdown %}
|
||||
• {% render "blocks/dialog.liquid",
|
||||
label:"Notes",
|
||||
{% render "blocks/dialog.liquid",
|
||||
icon:"info-circle",
|
||||
content:notes,
|
||||
id:item.content_date
|
||||
%}
|
||||
|
@ -54,6 +54,9 @@
|
|||
{%- endif -%}
|
||||
{%- endif -%}
|
||||
</h3>
|
||||
{% render "blocks/tags.liquid",
|
||||
18 tags:item.tags
|
||||
19 %}
|
||||
</article>
|
||||
{%- endfor -%}
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue