White space generated by Hugo local server with list.network.json
Andersang opened this issue · 2 comments
Andersang commented
When running Hugo in a local server, white space is created in list.network.json generates a lot of white space. See image for reference..
Hugo v0.89.1, running hugo server -e production
.
emptymalei commented
Hi @Andersang
Yep. One way to remove these white spaces is to minify the https://github.com/kausalflow/connectome/blob/master/layouts/_default/list.network.json
But that will make it extremely hard to read and debug. I kept it like this.
Would adapt the code if you have a solution to this problem. 😄
emptymalei commented
Closing as #5 has been merged.