2018-07-29 21:41:49 +00:00
|
|
|
{{ if .Site.Params.highlightjs }}
|
2018-08-15 01:55:27 +00:00
|
|
|
{{ if or (not (isset .Params "highlight")) (.Params.highlight) }}
|
2018-07-26 22:41:33 +00:00
|
|
|
<!-- highlightjs -->
|
2022-02-19 00:33:15 +00:00
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/{{ .Site.Params.highlightjsstyle | default "default" }}.min.css">
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|
2018-08-15 01:55:27 +00:00
|
|
|
{{ end }}
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ if .Site.Params.PygmentsUseClasses }}
|
2018-07-16 03:22:00 +00:00
|
|
|
<!-- Pygments Syntax -->
|
2018-10-31 16:31:01 +00:00
|
|
|
<link rel="stylesheet" href="{{ "css/syntax.min.css" | relURL }}">
|
2018-07-29 21:41:49 +00:00
|
|
|
{{ end }}
|