summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-26 12:16:25 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-26 12:16:25 +0100
commitbe87482f8964db882a9b61eac843b051a5654b27 (patch)
treef0f5b8914440b160403d5588e0422845332efc46 /layouts/partials
parentb4cff9b034893efbd40844de43d3563429cef8bd (diff)
Adds syntax highlighting and perl techjournal note
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 4c5d49c..918c1ad 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,6 +11,7 @@
{{ range .Site.Params.custom_css -}}
<link rel="stylesheet" href="{{ . | absURL }}" type="text/css" media="screen">
+ <link rel="stylesheet" href="{{ "css/syntax.css" | relURL }}">
{{- end}}
<title>{{ .Title }}</title>
</head>