mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Fix syntax highlighting CSS references for Zola 0.22
Update stylesheet links from old syntax-theme-*.css to giallo-*.css which are the files generated by Zola 0.22's Giallo highlighter.
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/style.css" rel="stylesheet">
|
||||
<link href="/syntax-theme-dark.css" rel="stylesheet" media="(prefers-color-scheme: dark)" />
|
||||
<link href="/syntax-theme-light.css" rel="stylesheet" media="(prefers-color-scheme: light)" />
|
||||
<link href="/giallo-dark.css" rel="stylesheet" media="(prefers-color-scheme: dark)" />
|
||||
<link href="/giallo-light.css" rel="stylesheet" media="(prefers-color-scheme: light)" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user