Wrap blurb with p tag

master
Will Faught 3 years ago
parent 1bc8fcdd2a
commit c270ca2b35

@ -1,7 +1,11 @@
---
blurb: "<p>There's a new daddy in town. A discipline daddy. If I make this comeback, I'll buy you a hundred George Michaels that you can teach to drive! These are my awards, Mother. From Army. The seal is for marksmanship, and the gorilla is for sand racing. We'll have to find something to do so that people can look at you without wanting to kill <a href=\"https://bluthipsum.com\">themselves</a>.</p><p><a href=\"https://github.com/willfaught/paige\">Paige: A simple Hugo theme</a></p>"
blurb: There's a new daddy in town. A discipline daddy. If I make this comeback, I'll buy you a hundred George Michaels that you can teach to drive! These are my awards, Mother. From Army. The seal is for marksmanship, and the gorilla is for sand racing. We'll have to find something to do so that people can look at you without wanting to kill [themselves](https://bluthipsum.com).
description: Go ahead, touch the Cornballer
greeting: You know [best](https://www.youtube.com/watch?v=1WDW8XKEGgU)
stretch: stretch.jpg
title: No Borders, No Limits
---
<p class="lead text-center">
<a href="https://github.com/willfaught/paige">Paige: A simple Hugo theme</a>
</p>

@ -35,7 +35,7 @@
{{ if .Params.blurb }}
<div class="row">
<div class="col col-lg-6 mx-auto text-center">
<div class="lead">{{ .Params.blurb | markdownify }}</div>
<p class="lead">{{ .Params.blurb | markdownify }}</p>
</div>
</div>
{{ end }}

Loading…
Cancel
Save