diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index dffd529..9faf6e6 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -13,7 +13,7 @@
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 43b2786..5246027 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -8,7 +8,7 @@
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 346526e..8bf4c3c 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -33,6 +33,14 @@
{{ $r }}
{{- end }}
{{- end }}
+
+ {{ if .Site.Params.sidebardisclaimer }}
+
+ {{ end }}
+
{{- $relatedInSidebar := true }}
{{- if eq $s.showRelatedInSidebar false }}
{{ $relatedInSidebar = false }}
@@ -62,7 +70,7 @@
@@ -72,7 +80,7 @@
{{- $recent := default 8 $s.numberOfRecentPosts }}
{{- range first $recent $posts }}
- {{ .Title }}
+ {{ .Title | markdownify }}
{{- end }}
diff --git a/themes/hugo-clarity b/themes/hugo-clarity
index 6c3db7c..e511e14 160000
--- a/themes/hugo-clarity
+++ b/themes/hugo-clarity
@@ -1 +1 @@
-Subproject commit 6c3db7cbab090796895b4b66ffd76bbbd768195e
+Subproject commit e511e14db7a11b726ccc6c4456bf5ec5ebdd3720