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

github.com/saey55/hugo-elate-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/work.html')
-rwxr-xr-xlayouts/partials/work.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/work.html b/layouts/partials/work.html
index f0e8d77..9731e9c 100755
--- a/layouts/partials/work.html
+++ b/layouts/partials/work.html
@@ -5,7 +5,7 @@
<h2 class="to-animate">{{ with .Site.Params.work.title }}{{ . }}{{ end }}</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
- <h3>{{ with .Site.Params.work.description }}{{ . }}{{ end }}</h3>
+ <h3>{{ with .Site.Params.work.description }}{{ . | markdownify }}{{ end }}</h3>
</div>
</div>
</div>
@@ -31,4 +31,4 @@
</div>
</div>
</div>
- </section> \ No newline at end of file
+ </section>