GemCopeland / personal-website

A website of my very own
GNU General Public License v3.0
44 stars 8 forks source link

Paginated tag archives #51

Open piperhaywood opened 4 years ago

piperhaywood commented 4 years ago

Eleventy doesn’t support paginated tag archives currently. This is because you have to use Eleventy’s pagination to create tag archives. The trouble with this is that we can’t then apply normal pagination on top of this.

This isn’t a dealbreaker, but it’s worth keeping in mind since it could lead to some really long pages. Probably a good reason to do some sort of image lazyloading.