LeNPaul / physics-in-motion

This is a repo for developing the Physics in Motion full stack web application
https://physicsinmotion.ca/
5 stars 3 forks source link

Change all Pug comments to unbuffered comments #43

Closed LeNPaul closed 5 years ago

LeNPaul commented 5 years ago

The Pug template engine already minifies HTML code when rendering HTML pages. Comments are also rendered, but if they are set to unbuffered comments, then they will not be rendered.

LeNPaul commented 5 years ago

https://pugjs.org/language/comments.html