Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 60e4748

Browse files
committed
_layout: remove highlight js
1 parent bfe4459 commit 60e4748

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

themes/lightx/_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Your disqus shortname, find it here: https://iometa.disqus.com/admin/settings/general/.
22
disqus:
33
# Find your favourite code style here: https://www.jsdelivr.com/package/npm/highlight.js?path=styles.
4-
# No highlight because of no js!
54
# highlight: https://cdn.jsdelivr.net/npm/highlight.js@9.17.1/styles/railscasts.css
65
# Enable busuanzi count? It will record your site's pv and uv.
76
busuanzi: false

themes/lightx/layout/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pageTitle += ' | ' + config.title;
1313
<meta charset="UTF-8" />
1414
<meta name="viewport" content="width=device-width, initial-scale=1" />
1515
<title><%=pageTitle%></title>
16-
<link rel="stylesheet" href="<%= theme.highlight %>">
16+
<!-- <link rel="stylesheet" href="<%= theme.highlight %>"> -->
1717
<link rel="stylesheet" href="/lightx.css"/>
1818
<link rel="manifest" href="/manifest.json" />
1919
<link rel="apple-touch-icon" href="/icon512.png">

0 commit comments

Comments
 (0)