martignoni / hugo-video

A Hugo theme component to embed videos using HTML video element
GNU General Public License v3.0
107 stars 27 forks source link

Remove empty whitespace in HTML output #18

Closed plett closed 4 years ago

plett commented 4 years ago

Replace the {{ }} template tags with {{- -}} where appropriate to reduce the number of empty lines in the produced HTML and leave it formatted prettily.

This pull request only changes the formatting of the output, no logic changes are made.

plett commented 4 years ago

I closed the original PR and this is a new PR from a branch. This lets me keep the two PRs separate while also having both changesets in my master.

martignoni commented 4 years ago

Could you please resolve the conflicts now that I merged your other PR?

plett commented 4 years ago

Done. That should merge cleanly now