chore: add recent links widget

This commit is contained in:
Cory Dransfeldt 2024-03-13 16:18:47 -07:00
parent 7443d797a9
commit 56f28f7e3f
No known key found for this signature in database
22 changed files with 91 additions and 62 deletions

View file

@ -0,0 +1,8 @@
{% capture css %}
{% render "../../assets/styles/components/addon-links.css" %}
{% endcapture %}
<style>{{ css }}</style>
<div class="addon-links__wrapper">
<div>{% render "partials/popular-posts.liquid", posts:posts, analytics:analytics %}</div>
<div>{% render "partials/recent-links.liquid", links:links %}</div>
</div>