diff --git a/index.html b/index.html
index c6b43bc..6e0eb6e 100644
--- a/index.html
+++ b/index.html
@@ -1949,7 +1949,13 @@
}
if (paginationSegments > 1) {
for (let i = 1; i <= paginationSegments; i++) {
- if (startingPage <= i && i <= showTill) {
+ if (i === 1) {
+ pagination.push(html`
+
+ `)
+ } else if (startingPage <= i && i <= showTill) {
pagination.push(html`