polifonia-project / ecosystem

Other
4 stars 2 forks source link

Is `_data/wps.yml` any useful? #19

Closed enridaga closed 2 years ago

enridaga commented 2 years ago

Just a question

raphaelfournier commented 2 years ago

Currently, the tags page (pages/tags.md) uses it, as follows (line 12):

{% for wp in site.data.wps %}

(same for pilots line 24)

However, now that we have pilots/wps pages in pages/pilots/, I think the implementation of the tag page could change, we don't need 2 systems for looping over the list of wp/pilots.

raphaelfournier commented 2 years ago

The action on this is:

raphaelfournier commented 2 years ago

Commit 048b298 fixes it, the tags page was rewritten.

Could be improved with different names for the links (eg, several "Sonia" stories appear for WP2, referring to different pages). And the layout could use bullet lists.