diff --git a/layouts/partials/content.html b/layouts/partials/content.html
index 99f15a6..1d7307e 100644
--- a/layouts/partials/content.html
+++ b/layouts/partials/content.html
@@ -1,8 +1,9 @@
{{ partial "subtitle_string.html" . }}{{ title .Title }}
-
{{ .Params.subtitle | markdownify }}
{{ else if .Params.repo }} - {{ (getJSON "https://api.github.com/repos/" .Params.repo).description }} +{{ (getJSON "https://api.github.com/repos/" .Params.repo).description }}
{{ else if .Params.gist }} - {{ (getJSON "https://api.github.com/gists/" .Params.gist).description }} +{{ (getJSON "https://api.github.com/gists/" .Params.gist).description }}
{{ end }}