MinchinWeb / seafoam

Pelican theme, first used for Minchin.ca.
https://blog.minchin.ca/label/seafoam/
MIT License
5 stars 2 forks source link

Remove unused variable in pagination template #13

Closed jorgesumle closed 7 years ago

jorgesumle commented 7 years ago

The variable num gets overwritten later in the for loop and is not used.

MinchinWeb commented 7 years ago

Great catch!