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" }}