|
5 | 5 | <title>{{fsdocs-page-title}}</title> |
6 | 6 | <meta charset="utf-8"> |
7 | 7 | <meta name="description" content="FAKE - F# Make - A DSL for build tasks - guide page"> |
8 | | - <link rel="apple-touch-icon" sizes="180x180" href="{{root}}content/apple-touch-icon.png"> |
9 | | - <link rel="icon" type="image/png" sizes="32x32" href="{{root}}content/favicon-32x32.png"> |
10 | | - <link rel="icon" type="image/png" sizes="16x16" href="{{root}}content/favicon-16x16.png"> |
11 | | - <link rel="manifest" href="{{root}}content/site.webmanifest"> |
12 | | - <link rel="mask-icon" href="{{root}}content/safari-pinned-tab.svg" color="#5bbad5"> |
| 8 | + <link rel="apple-touch-icon" sizes="180x180" href="/content/apple-touch-icon.png"> |
| 9 | + <link rel="icon" type="image/png" sizes="32x32" href="/content/favicon-32x32.png"> |
| 10 | + <link rel="icon" type="image/png" sizes="16x16" href="/content/favicon-16x16.png"> |
| 11 | + <link rel="manifest" href="/content/site.webmanifest"> |
| 12 | + <link rel="mask-icon" href="/content/safari-pinned-tab.svg" color="#5bbad5"> |
13 | 13 | <meta name="msapplication-TileColor" content="#2d89ef"> |
14 | 14 | <meta name="theme-color" content="#ffffff"> |
15 | 15 |
|
16 | 16 | <meta name="author" content="{{fsdocs-authors}}"> |
17 | 17 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
18 | 18 | <meta http-equiv="X-UA-Compatible" content="ie=edge"> |
19 | 19 |
|
20 | | - <link type="text/css" rel="stylesheet" href="{{root}}content/fsdocs-{{fsdocs-theme}}.css"> |
21 | | - <script type="text/javascript" src="{{root}}content/fsdocs-tips.js"></script> |
| 20 | + <link type="text/css" rel="stylesheet" href="/content/fsdocs-{{fsdocs-theme}}.css"> |
| 21 | + <script type="text/javascript" src="/content/fsdocs-tips.js"></script> |
22 | 22 |
|
23 | | - <link type="text/css" rel="stylesheet" href="{{root}}content/assets/css/style.css"> |
24 | | - <link type="text/css" rel="stylesheet" href="{{root}}content/assets/css/prism.css"> |
25 | | - <link type="text/css" rel="stylesheet" href="{{root}}content/assets/css/tailwind.css"> |
| 23 | + <link type="text/css" rel="stylesheet" href="/content/assets/css/style.css"> |
| 24 | + <link type="text/css" rel="stylesheet" href="/content/assets/css/prism.css"> |
| 25 | + <link type="text/css" rel="stylesheet" href="/content/assets/css/tailwind.css"> |
26 | 26 | <script defer src=" https://unpkg.com/[email protected]/dist/cdn.min.js" ></script> |
27 | 27 |
|
28 | 28 | {{fsdocs-watch-script}} |
|
35 | 35 | lg:border-t-0 lg:border-r-0 lg:border-l-0 lg:shadow border-b-[#d4b43c]/50 mx-4 lg:mx-0" |
36 | 36 | :class="{'bg-white': open === false}"> |
37 | 37 | <div class="flex gap-2 items-center block"> |
38 | | - <a class="flex items-center gap-2" href="{{root}}index.html"> |
39 | | - <img src="{{root}}content/assets/img/logo.svg" alt="FAKE - F# Make - A DSL for build tasks and more" |
| 38 | + <a class="flex items-center gap-2" href="/index.html"> |
| 39 | + <img src="/content/assets/img/logo.svg" alt="FAKE - F# Make - A DSL for build tasks and more" |
40 | 40 | width="28" height="28" class="w-10 h-10"> |
41 | 41 | <span class="text-lg text-slate-900 font-bold hover:text-[#d4b43c]">FAKE</span> |
42 | 42 | </a> |
|
59 | 59 | <div class="flex items-center pt-10 md:pt-0"> |
60 | 60 | <div class="md:mr-5"> |
61 | 61 | <ul class="flex space-x-4"> |
62 | | - <li><a class="font-medium hover:text-[#d4b43c]" href="{{root}}reference/index.html">API Docs</a> |
| 62 | + <li><a class="font-medium hover:text-[#d4b43c]" href="/reference/index.html">API Docs</a> |
63 | 63 | </li> |
64 | 64 | <li class="md:hidden">|</li> |
65 | | - <li><a class="font-medium hover:text-[#d4b43c]" href="{{root}}guide.html">Guide</a></li> |
| 65 | + <li><a class="font-medium hover:text-[#d4b43c]" href="/guide.html">Guide</a></li> |
66 | 66 | </ul> |
67 | 67 | </div> |
68 | 68 | <button |
|
128 | 128 | <div class=" sticky inset-0 flex justify-between items-center bg-[#f9f9f9] py-4 border-b border-[#d4b43c]/50 |
129 | 129 | lg:hidden"> |
130 | 130 | <div class="flex gap-2 items-center"> |
131 | | - <a class="flex items-center gap-2" href="{{root}}index.html"> |
132 | | - <img src="{{root}}content/assets/img/logo.svg" |
| 131 | + <a class="flex items-center gap-2" href="/index.html"> |
| 132 | + <img src="/content/assets/img/logo.svg" |
133 | 133 | alt="FAKE - F# Make - A DSL for build tasks and more" width="28" height="28" |
134 | 134 | class="w-10 h-10"> |
135 | 135 | <span class="text-lg text-slate-900 font-bold hover:text-[#d4b43c]">FAKE</span> |
@@ -369,7 +369,7 @@ <h4 class="text-lg">Get in touch</h4> |
369 | 369 | </div> |
370 | 370 | </div> |
371 | 371 | </footer> |
372 | | - <script type="text/javascript" src="{{root}}content/assets/js/prism.js"></script> |
| 372 | + <script type="text/javascript" src="/content/assets/js/prism.js"></script> |
373 | 373 | </body> |
374 | 374 |
|
375 | 375 | </html> |
0 commit comments