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 11:13:44 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2017-12-06 11:13:44 +0300
commit29328c52df7f57bd59f2f0ebd40e89414ac9c3c7 (patch)
treea2f1211bd42dc84b6c2adcb10ed52fe51b5e0ce6
parente26f0ff5754cbca6f937914139600a2e252b38ae (diff)
Pygments without frontmatter option
- Will be more friendly and not a bummer on bandwidth as it's a 3kb file
-rw-r--r--layouts/_default/single.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3dda52d..e7bf222 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -4,10 +4,8 @@
{{- end -}}
{{ if isset .Params "gallery" }}
<link rel="stylesheet" href="/css/baguetteBox.min.css" />
- {{- end -}}
- {{ if isset .Params "highlight" }}
+ {{- end }}
<link rel="stylesheet" href="/css/pygments.min.css" />
- {{- end -}}
{{- end -}}
{{- define "title" -}}
{{ .Title }} – {{ .Site.Title }}