diff options
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> |