diff options
-rwxr-xr-x | generate.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/generate.sh b/generate.sh index d74a052..103c4a5 100755 --- a/generate.sh +++ b/generate.sh | |||
@@ -29,7 +29,6 @@ echo " | |||
29 | <html lang=\"en\"> | 29 | <html lang=\"en\"> |
30 | <head> | 30 | <head> |
31 | <link rel=\"stylesheet\" href=\"./style.css\"> | 31 | <link rel=\"stylesheet\" href=\"./style.css\"> |
32 | <link rel=\"stylesheet\" href=\"https://files.nerdypepper.me/rW.woff\"> | ||
33 | <meta charset=\"UTF-8\"> | 32 | <meta charset=\"UTF-8\"> |
34 | <title>n</title> | 33 | <title>n</title> |
35 | " > ./docs/index.html | 34 | " > ./docs/index.html |
@@ -44,9 +43,7 @@ echo '</script> </head>' >> docs/index.html | |||
44 | # body | 43 | # body |
45 | echo " | 44 | echo " |
46 | <body> | 45 | <body> |
47 | <div class=\"black-circle\"> | 46 | <h1 class=\"heading\">n</h1> |
48 | <h1 class=\"heading\">n</h1> | ||
49 | </div> | ||
50 | <div class=\"posts\"> | 47 | <div class=\"posts\"> |
51 | " >> docs/index.html | 48 | " >> docs/index.html |
52 | 49 | ||