|
|
@@ -1,5 +1,5 @@ |
|
|
|
<div> |
|
|
|
<h2><a href="{{ .Permalink | relURL }}">{{ .Title }}</a></h2> |
|
|
|
<p>{{ .Description }}</p> |
|
|
|
<h2><a href="{{ .Permalink | relURL }}">{{ .Title | markdownify }}</a></h2> |
|
|
|
<p>{{ .Description | markdownify }}</p> |
|
|
|
<p class=list-date>{{ .Date.Format "January 2006" }}</p> |
|
|
|
</div> |