cf2677c4036ae154f94f6eea9f2f410df636f24e
templates/layout.mustache
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | |
11 | 11 | {{#css}}<link rel="stylesheet" type="text/css" href="{{custom_css}}" media="all">{{/css}} |
12 | 12 | {{#noindex}}<meta name="robots" content="noindex, nofollow" />{{/noindex}} |
13 | - <link rel="stylesheet" href="https://0makes0.com/css/tailwind-without-preflight.css"> |
|
13 | + <link rel="stylesheet" href="/uploads/tailwind.css"> |
|
14 | 14 | |
15 | 15 | <script> |
16 | 16 | var criticMarkup = '{{critic_markup}}'; |
theme/head.hbs
... | ... | @@ -1,4 +1,4 @@ |
1 | 1 | {{!-- Put your head HTML text here --}} |
2 | -<link rel="stylesheet" href="https://0makes0.com/css/tailwind-without-preflight.css"> |
|
2 | +<link rel="stylesheet" href="/uploads/tailwind.css"> |
|
3 | 3 | <style> |
4 | 4 | </style> |
wiki/index.html
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | <link rel="apple-touch-icon" sizes="180x180" href="https://0makes0.com/images/favicons/apple-touch-icon.png"> |
11 | 11 | <link rel="icon" type="image/png" sizes="32x32" href="https://0makes0.com/images/favicons/favicon-32x32.png"> |
12 | 12 | <link rel="icon" type="image/png" sizes="16x16" href="https://0makes0.com/images/favicons/favicon-16x16.png"> |
13 | - <link rel="stylesheet" href="https://0makes0.com/css/tailwind.css"> |
|
13 | + <link rel="stylesheet" href="/uploads/tailwind.css"> |
|
14 | 14 | <link href='//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css' rel='stylesheet' type='text/css'> |
15 | 15 | <script src='https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js'></script> |
16 | 16 | <style> |