Browse Source

add title and favicon to website

Thomas B 1 month ago
parent
commit
4b576b2528
2 changed files with 3 additions and 0 deletions
  1. 1
    0
      .github/workflows/docs.yml
  2. 2
    0
      docs/index.html

+ 1
- 0
.github/workflows/docs.yml View File

@@ -42,6 +42,7 @@ jobs:
42 42
           cp duality.gb docs/duality.gb
43 43
           cp duality.gb docs/duality_$DATE.gb
44 44
           sed -i "s/duality.gb/duality_$DATE.gb/g" docs/index.html
45
+          cp data/rockshp_0.png docs/favicon.png
45 46
 
46 47
       - name: Setup Pages
47 48
         uses: actions/configure-pages@v2

+ 2
- 0
docs/index.html View File

@@ -1,5 +1,7 @@
1 1
 <html>
2 2
     <head>
3
+        <title>Duality</title>
4
+        <link rel="icon" type="image/png" href="favicon.png" />
3 5
         <style>
4 6
             #wrap, .text {
5 7
                 width: 100%;

Loading…
Cancel
Save