feat: restore link widgets
This commit is contained in:
parent
d813bd505f
commit
5911b30917
18 changed files with 319 additions and 17 deletions
|
@ -14,5 +14,7 @@
|
|||
{{ block.text | markdown }}
|
||||
{%- when 'divider' -%}
|
||||
{{ block.markup | markdown }}
|
||||
{%- when 'addon_links' -%}
|
||||
{% render "blocks/addon-links.liquid", popularPosts:collections.popularPosts, links:links %}
|
||||
{%- endcase -%}
|
||||
{%- endfor -%}
|
Reference in a new issue