Merge pull request #31 from Frankkkkk/patch-1
single view: markdownify summary
This commit is contained in:
commit
f976500514
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<h1 class="single-title">{{ .Title }}</h1>
|
<h1 class="single-title">{{ .Title }}</h1>
|
||||||
{{ with .Param "summary" }}
|
{{ with .Param "summary" }}
|
||||||
<p class="single-summary">{{ . }}</p>
|
<p class="single-summary">{{ . | markdownify }}</p>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{/* Reading Time */}}
|
{{/* Reading Time */}}
|
||||||
@ -96,4 +96,4 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user