Skip to content

Commit

Permalink
Remove markdownify from guest list
Browse files Browse the repository at this point in the history
Fixes #240

Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
  • Loading branch information
mattstratton committed Feb 4, 2020
1 parent c549b29 commit 5a1f4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/guest/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>Guests of {{ .Site.Title }}</h1>
</div>
<div class= "col-md-6">
<h3><a href = "{{(printf "guest/%s" .File.BaseFileName) | absURL }}">{{ .Title }}</a></h3>
<p>{{ .Content | markdownify }}</p>
<p>{{ .Content }}</p>
{{ with .Params.Website }}
<a href = "{{ . }}"><i class="fas fa-home fa-2x"></i></a>
{{ end }}
Expand Down

0 comments on commit 5a1f4e6

Please sign in to comment.