Skip to content

Commit

Permalink
Allow markdown in cfp fields
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Jul 6, 2024
1 parent c050b87 commit 8a8214b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/talk.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1><a href="/">Heart of Clojure</a></h1>

<h2>{{ page.title }} </h2>
<div class="talk-type-label"><span>{{page.type}}</span></div>
<p>{{ page.abstract | newline_to_br}}</p>
<p>{{ page.abstract | markdownify}}</p>

<div class="speakers">
<h3>Speakers</h3>
Expand Down Expand Up @@ -49,7 +49,7 @@ <h3>Speakers</h3>
</div>
<div>
<h4>{{speaker.name}}</h4>
<p>{{speaker.biography | newline_to_br}}</p>
<p>{{speaker.biography | markdownify}}</p>
</div>
</li>
{% endfor %}
Expand Down

0 comments on commit 8a8214b

Please sign in to comment.