From 0baa4eb8a06132761e2450618f81766cc658e02d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 17 Nov 2017 20:12:24 +0000 Subject: [PATCH] Restyle gist headers --- layouts/shortcodes/gist.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/gist.html b/layouts/shortcodes/gist.html index 529bdaa..5179856 100644 --- a/layouts/shortcodes/gist.html +++ b/layouts/shortcodes/gist.html @@ -4,11 +4,11 @@ {{ range $i, $e := $data.files }}
- {{ $i }} + {{ $i }}    - View Raw + View Raw
{{ highlight $e.content $e.language "linenos=inline" }}