From ac578dff35be863286d3a59be1352794af469d1e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 30 Sep 2017 22:45:15 +0100 Subject: [PATCH] Show line numbers in embedded gists --- layouts/shortcodes/gist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/gist.html b/layouts/shortcodes/gist.html index e4f27f3..529bdaa 100644 --- a/layouts/shortcodes/gist.html +++ b/layouts/shortcodes/gist.html @@ -11,5 +11,5 @@ View Raw - {{ highlight $e.content $e.language "" }} + {{ highlight $e.content $e.language "linenos=inline" }} {{ end }}