Skip to content

Add pagination to app category detail pages (2)

Herbert Reiter requested to merge (removed):category-browser-paging2 into master

This merge request is required to add pagination to the app category detail pages in merge request jekyll-fdroid!61 (merged).

It simply replaces the line

<updated>{{ site.time | date_to_xmlschema }}</updated>

by

<updated>{{ "now" | date_to_xmlschema }}</updated>

as a workaround for a strange content in site.time, see https://gitlab.com/fdroid/fdroid-website/-/jobs/855701047 for details.

Unfortunately, I couldn't figure out why site.time contains a list of Jekyll::Page instead of the current date which caused a parse error. This only happens in the GitLab-Runner build. I assume that it is a bug in a Jekyll library.

Merge request reports