diff --git a/_includes/daily-listings.njk b/_includes/daily-listings.njk index 623b76b..0e7d902 100644 --- a/_includes/daily-listings.njk +++ b/_includes/daily-listings.njk @@ -9,19 +9,7 @@

No listings.

{% endif %} {% for listing in collections[tag] | filterByDate(today) %} -
-

{{ listing.data.title }}

-

- - {{ listing.data.handle }} - offers: {{ listing.data.blurb }} -

-

- listed on -

-
+ {% include "listing.njk" %} {% endfor %} {% endfor %} diff --git a/src/index.njk b/src/index.njk index 8667c33..28f39e8 100644 --- a/src/index.njk +++ b/src/index.njk @@ -25,19 +25,7 @@ title: Fediverse Skillshare Classifieds

No listings.

{% endif %} {% for listing in collections[tag] %} -
-

{{ listing.data.title }}

-

- - {{ listing.data.handle }} - offers: {{ listing.data.blurb }} -

-

- listed on -

-
+ {% include "listing.njk" %} {% endfor %} {% endfor %}