diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 756115e2..92e6d9de 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -36,9 +36,11 @@ {{- define "theme-credit" -}} - {{ . | safeHTML }} - {{- partial "utils/icon.html" (dict "name" "hextra" "attributes" "height=1em class=\"inline-block ml-1 align-text-bottom\"") -}} + + {{- . | markdownify -}} + {{- if strings.Contains . "Hextra" -}} + {{- partial "utils/icon.html" (dict "name" "hextra" "attributes" `height=1em class="inline-block ml-1 align-text-bottom"`) -}} + {{- end -}} {{- end -}}