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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/projects/list.html')
-rw-r--r--layouts/projects/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/projects/list.html b/layouts/projects/list.html
index 37480ea..2180025 100644
--- a/layouts/projects/list.html
+++ b/layouts/projects/list.html
@@ -29,7 +29,7 @@
</div>
<div class="card-content has-text-centered top-pad">
<a href="{{ if .Params.external_link }}{{ .Params.external_link }}{{ else }}{{ .Permalink }}{{ end }}">
- {{ .Title }}
+ {{ .Title | markdownify }}
</a>
</div>
</div>