This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/_includes/partials/widgets/addon-links.liquid
2024-04-29 18:12:37 -07:00

8 lines
No EOL
302 B
Text

<div class="addon-links">
{%- if analytics.size > 0 -%}
<div>{% render "partials/widgets/popular-posts.liquid", posts:posts, analytics:analytics %}</div>
{%- endif -%}
{%- if links.size > 0 -%}
<div>{% render "partials/widgets/recent-links.liquid", links:links %}</div>
{%- endif -%}
</div>