summaryrefslogtreecommitdiffstats
path: root/docs/layouts/shortcodes
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-10-04 09:27:30 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-10-04 09:27:30 +0200
commit06e5633400b37bec2ebb6e4a9ea4603a0afcd010 (patch)
treee24447d9bca1b6f8cecf497a7e7176e1f005499e /docs/layouts/shortcodes
parenta58741a172421b2d66c34e81a56ece147e295a05 (diff)
parentdae5a7c61cceeb0de59f2d755f63e453f71dd9b2 (diff)
Diffstat (limited to 'docs/layouts/shortcodes')
-rw-r--r--docs/layouts/shortcodes/code.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layouts/shortcodes/code.html b/docs/layouts/shortcodes/code.html
index 009aeb711..f40cf071d 100644
--- a/docs/layouts/shortcodes/code.html
+++ b/docs/layouts/shortcodes/code.html
@@ -1,6 +1,6 @@
{{ $file := .Get "file" }}
{{ $isHTML := strings.HasSuffix $file "html" }}
-<div class="code relative bg-primary-color" id="{{ $file | urlize}}">
+<div class="code relative" id="{{ $file | urlize}}">
{{- with $file -}}
<div class="filename san-serif f6 dib lh-solid pl2 pv2">{{.}}</div>
{{- end -}}