Publ v0.7.30
Posted (2 months ago)
It’s been a while since I’ve worked on Publ but I got an itch for some new features, so here we are.
It’s been a while since I’ve worked on Publ but I got an itch for some new features, so here we are.
Specifically, there are two super-useful changes:
- You can now retrieve a specific entry from a template (by entry ID, not by path)
- Given an existing
entry
,category
, ortemplate
object you can retrieve an image relative to their context, usingentry.image
,category.image
andtemplate.image
, respectively