Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2017-12-06 10:25:28 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-12-06 10:25:28 +0300
commit131118c4e4218f464ef8e2c5ddd463fd3f55db25 (patch)
treeb257a89a4e85d752ec1600ed2a7821db3cd3a184 /layouts
parent06ee80a4ba828a80f17e97b96a128f432be87a24 (diff)
pygments minify
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e883cc7..3dda52d 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="/css/baguetteBox.min.css" />
{{- end -}}
{{ if isset .Params "highlight" }}
- <link rel="stylesheet" href="/css/pygments.css" />
+ <link rel="stylesheet" href="/css/pygments.min.css" />
{{- end -}}
{{- end -}}
{{- define "title" -}}