MilesCranmer commited on
Commit
11f2cd4
1 Parent(s): 35c952d

Add logo to docs

Browse files
Files changed (1) hide show
  1. docs/index.html +5 -4
docs/index.html CHANGED
@@ -2,7 +2,7 @@
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8">
5
- <title>Document</title>
6
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7
  <meta name="description" content="Description">
8
  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
@@ -12,9 +12,10 @@
12
  <div id="app"></div>
13
  <script>
14
  window.$docsify = {
15
- name: '',
16
- repo: '',
17
- loadSidebar: true
 
18
  }
19
  </script>
20
  <!-- Docsify v4 -->
 
2
  <html lang="en">
3
  <head>
4
  <meta charset="UTF-8">
5
+ <title>PySR</title>
6
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7
  <meta name="description" content="Description">
8
  <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
 
12
  <div id="app"></div>
13
  <script>
14
  window.$docsify = {
15
+ name: 'MilesCranmer',
16
+ repo: 'PySR',
17
+ loadSidebar: true,
18
+ logo: 'images/pysr_logo.svg'
19
  }
20
  </script>
21
  <!-- Docsify v4 -->