1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Sean Whitton <spwhitton@spwhitton.name>
Date: Wed, 15 Jul 2020 08:49:19 -0700
Subject: drop references to external CSS and JS from docs
Forwarded: not-needed
---
doc/index.html | 5 -----
1 file changed, 5 deletions(-)
diff --git a/doc/index.html b/doc/index.html
index 758d974..ec32d6d 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -8,11 +8,6 @@
<meta name="author" content="Org-roam Contributors" />
<title>Org-roam</title>
-
- <link rel="stylesheet" href="https://unpkg.com/wingcss" />
- <link rel="stylesheet" type="text/css" href="./css/styles.css" />
-
- <script src="https://code.iconify.design/1/1.0.6/iconify.min.js"></script>
</head>
<body>
|