gokarna-theme / gokarna-hugo

A minimal opinionated theme for Hugo
https://gokarna-hugo.netlify.app
GNU General Public License v3.0
358 stars 140 forks source link

Extra space in /layouts/partials/list.html #133

Closed raveenapp closed 1 year ago

raveenapp commented 2 years ago

Hello,

I love theme! I was trying run Hugo through Cloudflare, and I ran into an issue building the application.

In /layouts/partials/list.html, line 9

{{- range .Pages -}}

There is an extra space after the .Pages. It is stopping the application from being built. I downloaded a local copy of the theme and deleted the space and Cloudflare was able to run the application