Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Kiely <jerry@cowboysmall.com>2020-09-01 16:20:45 +0300
committerGitHub <noreply@github.com>2020-09-01 16:20:45 +0300
commitccd34cdca3b8316eaee6aaaad209ec002aa1d9af (patch)
tree3e29132cb2be77fcf2313b4e82d592c32f7d9033
parentc20034ec0a31ba255dec6b0983ecc1ea8804ef1b (diff)
parente4caca902c811b5e9d385e6b35bedb225594d640 (diff)
Merge pull request #8 from almirsarajcic/markdownify-summaryHEADmaster
Enable Markdown in summary
-rw-r--r--layouts/partials/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/summary.html b/layouts/partials/summary.html
index 88ac481..0e2ed05 100644
--- a/layouts/partials/summary.html
+++ b/layouts/partials/summary.html
@@ -8,7 +8,7 @@
{{ end }}
<div class="media-body text-left">
- <p class="mb-0">{{ .Site.Params.summary.text }}</p>
+ <p class="mb-0">{{ .Site.Params.summary.text | markdownify }}</p>
</div><!--//media-body-->
</div>