zachleat’s avatarzachleat’s Twitter Archive—№ 22,157

  1. …in reply to @eduardoboucas
    @eduardoboucas Oh, one more thing, on index.html you can use: permalink: "{% if pagination.pageNumber == 0 %}index.html{% else %}page/{{ pagination.pageNumber | plus:1 }}{% endif %}" and get rid of some of that extra logic in your npm run build:clean script