Hey guys, new to Hugo and I have crossed all but one hurdle and could use your help with something benign. I am unable to get my {{ .Content }} to format according to my wishes (using bootstrap):
<p style="color: red;">{{ .Content }}</p>
Note: Everything else including the {{.Title}} and Date work perfectly. These are all looped inside two div s. The content itself is getting rendered just fine, except it’s refusing to format.
Apologies, I haven’t put the code up on github, but in essence this is the entirety of my single.html.
Question: If I format the outer div with a css styling, it goes through, but when I put a class or CSS style to the inner <p> element, it does not. Why is that?