mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-03-15 02:39:06 +03:00
Merge pull request #337 from wilsonehusin/summary-no-markdown
Don't markdownify `.Summary`
This commit is contained in:
commit
578cff2c4a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
{{ else if .Description }}
|
||||
{{ .Description | markdownify }}
|
||||
{{ else }}
|
||||
{{ .Summary | markdownify }}
|
||||
{{ .Summary }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue