mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-02 23:59:51 -04:00
post-cover: enable mardownify
* allows users to add links and stuff #17
This commit is contained in:
parent
a9e00a3640
commit
d0c7635a8b
2 changed files with 6 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
{{- else}}
|
||||
<img src="{{ .Permalink -}} {{- .Params.cover.image }}" alt="{{ .Params.cover.alt | plainify }}">
|
||||
{{- end}}
|
||||
<p>{{.Params.cover.caption}}</p>
|
||||
<p>{{.Params.cover.caption | markdownify }}</p>
|
||||
</figure>
|
||||
{{- end }}
|
||||
{{- if .Params.ShowToc }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue