Open kwladyka opened 3 years ago
Could you use :extend-params-fn
to add the pagination data you want so that you could use it in your Selmer templates? See http://cryogenweb.org/docs/customizing-cryogen.html
If you figure it out, please consider contributing the "recipe" to http://cryogenweb.org/docs/customizing-cryogen.html
Currently there is a way to do
prev
/next
but not0
,1
,2
,...
I would like to add numbers between
prev
andnext
like in the example below.To make it possible we need to add data to Selmer with page index, URL, is page active.
Here is a Hugo example:
This is the part which Cryogen doesn't have:
So we need something in that taste.