Skip to content
  • Jamie Tanna's avatar
    Wrap `p-description` in a <div> not a <p> · edcf7f15
    Jamie Tanna authored
    `p-description` could have its own markup embedded, so it means that if
    we wrap it within a <p>, that <p> will break as soon as Hugo injects
    another <p> for the actual content.
    
    Wrapping it in a <div> instead saves us from this issue.
    
    As part of jvt.me#395.
    edcf7f15