Browse Source

Added markdown support to post description

master
digitalcraftsman 9 years ago
parent
commit
090f9a294b
  1. 2
      layouts/partials/post-list.html

2
layouts/partials/post-list.html

@ -4,7 +4,7 @@
{{ if ne $url "about/" }}
<li>
<a href='{{ .Permalink }}'><aside class="dates">{{ .Date.Format "Jan 2" }}</aside></a>
<a href='{{ .Permalink }}'>{{ .Title }} <h2>{{ .Description }}</h2></a>
<a href='{{ .Permalink }}'>{{ .Title }} <h2>{{ .Description | markdownify }}</h2></a>
</li>
{{ end }}
{{ end }}
Loading…
Cancel
Save