From 3ec9a6d92fe4b1b213aca93ba9ee4ae88849452c Mon Sep 17 00:00:00 2001
From: alexanderdavide <alexeble1998@gmail.com>
Date: Wed, 09 Mar 2022 20:20:29 +0000
Subject: [PATCH] Merge branch 'master' into feature/add-size-options-to-figure-shortcode

---
 layouts/_default/single.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e6482e6..e0954b2 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -15,7 +15,7 @@
 
     {{ end }}
     <div class="post__content">
-      <h1>{{ .Title }}</h1>
+      <h1>{{ title .Title }}</h1>
       {{ if or (eq .Type "post") (eq .Type .Site.Params.postSectionName) }}
         <ul class="post__meta">
           <li class="post__meta-item">

--
Gitblit v1.10.0