|
11 | 11 |
|
12 | 12 | <ul class="nav nav-list">
|
13 | 13 | <li{%if page.command == "age"%} class="active"{% endif %}>
|
14 |
| - <a href="{{site.url}}/documentation/commands/age">age</a> |
| 14 | + <a href="{{ "/documentation/commands/age" | relative_url }}">age</a> |
15 | 15 | </li>
|
16 | 16 | <li{%if page.command == "add"%} class="active"{% endif %}>
|
17 |
| - <a href="{{site.url}}/documentation/commands/add">add</a> |
| 17 | + <a href="{{ "/documentation/commands/add" | relative_url }}">add</a> |
18 | 18 | </li>
|
19 | 19 | <li{%if page.command == "bday"%} class="active"{% endif %}>
|
20 |
| - <a href="{{site.url}}/documentation/commands/bday">bday</a> |
| 20 | + <a href="{{ "/documentation/commands/bday" | relative_url }}">bday</a> |
21 | 21 | </li>
|
22 | 22 | <li{%if page.command == "completion"%} class="active"{% endif %}>
|
23 |
| - <a href="{{site.url}}/documentation/commands/completion">completion</a> |
| 23 | + <a href="{{ "/documentation/commands/completion" | relative_url }}">completion</a> |
24 | 24 | </li>
|
25 | 25 | <li{%if page.command == "email"%} class="active"{% endif %}>
|
26 |
| - <a href="{{site.url}}/documentation/commands/email">email</a> |
| 26 | + <a href="{{ "/documentation/commands/email" | relative_url }}">email</a> |
27 | 27 | </li>
|
28 | 28 | <li{%if page.command == "grep"%} class="active"{% endif %}>
|
29 |
| - <a href="{{site.url}}/documentation/commands/grep">grep</a> |
| 29 | + <a href="{{ "/documentation/commands/grep" | relative_url }}">grep</a> |
30 | 30 | </li>
|
31 | 31 | <li{%if page.command == "init"%} class="active"{% endif %}>
|
32 |
| - <a href="{{site.url}}/documentation/commands/init">init</a> |
| 32 | + <a href="{{ "/documentation/commands/init" | relative_url }}">init</a> |
33 | 33 | </li>
|
34 | 34 | <li{%if page.command == "ls"%} class="active"{% endif %}>
|
35 |
| - <a href="{{site.url}}/documentation/commands/ls">ls</a> |
| 35 | + <a href="{{ "/documentation/commands/ls" | relative_url }}">ls</a> |
36 | 36 | </li>
|
37 | 37 | <li{%if page.command == "mutt"%} class="active"{% endif %}>
|
38 |
| - <a href="{{site.url}}/documentation/commands/mutt">mutt</a> |
| 38 | + <a href="{{ "/documentation/commands/mutt" | relative_url }}">mutt</a> |
39 | 39 | </li>
|
40 | 40 | <li{%if page.command == "mv"%} class="active"{% endif %}>
|
41 |
| - <a href="{{site.url}}/documentation/commands/mv">mv</a> |
| 41 | + <a href="{{ "/documentation/commands/mv" | relative_url }}">mv</a> |
42 | 42 | </li>
|
43 | 43 | <li{%if page.command == "name"%} class="active"{% endif %}>
|
44 |
| - <a href="{{site.url}}/documentation/commands/name">name</a> |
| 44 | + <a href="{{ "/documentation/commands/name" | relative_url }}">name</a> |
45 | 45 | </li>
|
46 | 46 | <li{%if page.command == "nick"%} class="active"{% endif %}>
|
47 |
| - <a href="{{site.url}}/documentation/commands/nick">nick</a> |
| 47 | + <a href="{{ "/documentation/commands/nick" | relative_url }}">nick</a> |
48 | 48 | </li>
|
49 | 49 | <li{%if page.command == "org"%} class="active"{% endif %}>
|
50 |
| - <a href="{{site.url}}/documentation/commands/org">org</a> |
| 50 | + <a href="{{ "/documentation/commands/org" | relative_url }}">org</a> |
51 | 51 | </li>
|
52 | 52 | <li{%if page.command == "phone"%} class="active"{% endif %}>
|
53 |
| - <a href="{{site.url}}/documentation/commands/phone">phone</a> |
| 53 | + <a href="{{ "/documentation/commands/phone" | relative_url }}">phone</a> |
54 | 54 | </li>
|
55 | 55 | <li{%if page.command == "post"%} class="active"{% endif %}>
|
56 |
| - <a href="{{site.url}}/documentation/commands/post">post</a> |
| 56 | + <a href="{{ "/documentation/commands/post" | relative_url }}">post</a> |
57 | 57 | </li>
|
58 | 58 | <li{%if page.command == "pull"%} class="active"{% endif %}>
|
59 |
| - <a href="{{site.url}}/documentation/commands/pull">pull</a> |
| 59 | + <a href="{{ "/documentation/commands/pull" | relative_url }}">pull</a> |
60 | 60 | </li>
|
61 | 61 | <li{%if page.command == "push"%} class="active"{% endif %}>
|
62 |
| - <a href="{{site.url}}/documentation/commands/push">push</a> |
| 62 | + <a href="{{ "/documentation/commands/push" | relative_url }}">push</a> |
63 | 63 | </li>
|
64 | 64 | <li{%if page.command == "remote"%} class="active"{% endif %}>
|
65 |
| - <a href="{{site.url}}/documentation/commands/remote">remote</a> |
| 65 | + <a href="{{ "/documentation/commands/remote" | relative_url }}">remote</a> |
66 | 66 | </li>
|
67 | 67 | <li{%if page.command == "rm"%} class="active"{% endif %}>
|
68 |
| - <a href="{{site.url}}/documentation/commands/rm">rm</a> |
| 68 | + <a href="{{ "/documentation/commands/rm" | relative_url }}">rm</a> |
69 | 69 | </li>
|
70 | 70 | <li{%if page.command == "scrape"%} class="active"{% endif %}>
|
71 |
| - <a href="{{site.url}}/documentation/commands/scrape">scrape</a> |
| 71 | + <a href="{{ "/documentation/commands/scrape" | relative_url }}">scrape</a> |
72 | 72 | </li>
|
73 | 73 | <li{%if page.command == "shell"%} class="active"{% endif %}>
|
74 |
| - <a href="{{site.url}}/documentation/commands/shell">shell</a> |
| 74 | + <a href="{{ "/documentation/commands/shell" | relative_url }}">shell</a> |
75 | 75 | </li>
|
76 | 76 | <li{%if page.command == "show"%} class="active"{% endif %}>
|
77 |
| - <a href="{{site.url}}/documentation/commands/show">show</a> |
| 77 | + <a href="{{ "/documentation/commands/show" | relative_url }}">show</a> |
78 | 78 | </li>
|
79 | 79 | <li{%if page.command == "url"%} class="active"{% endif %}>
|
80 |
| - <a href="{{site.url}}/documentation/commands/url">url</a> |
| 80 | + <a href="{{ "/documentation/commands/url" | relative_url }}">url</a> |
81 | 81 | </li>
|
82 | 82 | <li{%if page.command == "version"%} class="active"{% endif %}>
|
83 |
| - <a href="{{site.url}}/documentation/commands/version">version</a> |
| 83 | + <a href="{{ "/documentation/commands/version" | relative_url }}">version</a> |
84 | 84 | </li>
|
85 | 85 | </ul>
|
86 | 86 | </div>
|
|
0 commit comments