Render markdown in splashpage header without arbitrary assignment to h3

The markdown settings for conference description include header assignments;
there's no reason to force all content into a tag type that the user didn't
specify in their markdown.
This commit is contained in:
James Mason 2017-11-29 17:08:15 -08:00
parent 806cdbe046
commit 16c4549363
No known key found for this signature in database
GPG key ID: 1B3951886C449023

View file

@ -31,5 +31,4 @@
.container
.row
.col-md-8.col-md-offset-2
%h3.text-center
= markdown(conference.description)
= markdown(conference.description)