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:
authorVictoria Drake <hello@victoria.dev>2020-05-31 21:12:41 +0300
committerVictoria Drake <hello@victoria.dev>2020-05-31 21:12:41 +0300
commit2263cdb0fa5664393f192d872c1d1f6196c6d684 (patch)
treeedb78fbaadf55b1c6bff6e0d8bdf8846dd9cde11 /layouts/partials/home/projects.html
parent9b8389c380355f00c6b838bd12b86b972093f9f0 (diff)
Markdownify post titlesv4.1.0
Diffstat (limited to 'layouts/partials/home/projects.html')
-rw-r--r--layouts/partials/home/projects.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/home/projects.html b/layouts/partials/home/projects.html
index e5a28a8..0cf6d96 100644
--- a/layouts/partials/home/projects.html
+++ b/layouts/partials/home/projects.html
@@ -3,7 +3,7 @@
<!-- Begin Projects container -->
<div class="container">
<h2 class="title is-2 has-text-centered">
- {{ .Title }}
+ {{ .Title | markdownify }}
</h2>
<div class="section">
<div class="columns is-multiline">
@@ -32,7 +32,7 @@
</div>
<div class="card-content has-text-centered top-pad">
<a {{ if .Params.external_link }} href="{{ .Params.external_link }}" {{ end }}>
- {{ .Title }}
+ {{ .Title | markdownify }}
</a>
</div>
</div>