diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-25 14:40:13 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-04-25 14:40:13 -0500 |
| commit | f7e586e6533974489503538ac140a7ce5608ecb7 (patch) | |
| tree | 51249dcc3ea97b1c68a397509df31f6263c7dcd2 /themes | |
| parent | 04d8bfe4386451f31b272a82e4f273c005e0659f (diff) | |
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/hugo-xmin/layouts/partials/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/hugo-xmin/layouts/partials/header.html b/themes/hugo-xmin/layouts/partials/header.html index 970ccec..c7ab268 100644 --- a/themes/hugo-xmin/layouts/partials/header.html +++ b/themes/hugo-xmin/layouts/partials/header.html @@ -6,6 +6,7 @@ <title>{{ .Title }} | {{ .Site.Title }}</title> <link rel="stylesheet" href="{{ "css/style.css" | relURL }}" /> <link rel="stylesheet" href="{{ "css/fonts.css" | relURL }}" /> + <link rel="stylesheet" href="{{ "css/syntax.css" | relURL }}" /> </head> <body> |