We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78161d6 commit a0efa40Copy full SHA for a0efa40
plugins/treeview/index.html
@@ -3,7 +3,7 @@
3
<head>
4
5
<meta charset="utf-8" />
6
- <link rel="icon" href="favicon.png" />
+ <link rel="icon" href="assets/favicon.png" />
7
<title>Treeview ▲ Prism plugins</title>
8
<base href="../.." />
9
<link rel="stylesheet" href="assets/style.css" />
@@ -71,7 +71,7 @@ <h1>How to use</h1>
71
72
</section>
73
74
-<footer data-src="templates/footer.html" data-type="text/html"></footer>
+<footer data-src="assets/templates/footer.html" data-type="text/html"></footer>
75
76
<script src="prism.js"></script>
77
<script src="plugins/treeview/prism-treeview.js"></script>
0 commit comments