diff --git a/layouts/shortcodes/codenew.html b/layouts/shortcodes/codenew.html index e8c6aa9656..e13e7b9ead 100644 --- a/layouts/shortcodes/codenew.html +++ b/layouts/shortcodes/codenew.html @@ -19,11 +19,14 @@ {{ end }} {{ with $.Scratch.Get "content" }}
-
- {{- with $ghlink -}}{{- end -}} - {{ $file }} - {{ if $ghlink }}{{ end }} +
+ {{ with $ghlink }}{{ end }}{{ $file }} + {{ if $ghlink }}{{ end }} + + +
+
+ {{ highlight . $codelang "" }}
-{{ highlight . $codelang "" }}
-{{- end -}} +{{ end }}