Paginator broken, Favorite icon placed

less than 1 minute read

Adding a “tab” icon - favicon

I was worrying about a strange error message that Jekyll threw at any page reload since some pushes: [2021-06-13 22:07:43] ERROR '/favicon.ico' not found. Some online research revealed that this is neither a Jekyll, nor a Theme error, but a missing file error. See here how I implemented the icon for this page.

Pagination, again

I found out that somehow, the pagination doesn’t even work on my page while the layouting assumes that it’s preparing the pages. Now, if I try to access the page by pressing the “previous” button, I get a 404 error. Till now, I wasn’t able to fix this because the pagination fails silently and I do not know where. Switching it off completely for now.