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
|
@ -29,6 +29,8 @@
|
|||
{% render "fetchers/movie.php.liquid" %}
|
||||
{%- when 'show' -%}
|
||||
{% render "fetchers/show.php.liquid" %}
|
||||
{%- when 'tags' -%}
|
||||
{% render "fetchers/tags.php.liquid" %}
|
||||
{%- when 'blog' -%}
|
||||
{%- assign pageTitle = post.title -%}
|
||||
{%- assign pageDescription = post.description -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue