Refactor theme to use relative urls everywhere

This commit is contained in:
Alex Shpak
2019-02-20 10:37:48 +01:00
parent 0cfb8a08a4
commit eb67ab58aa
6 changed files with 20 additions and 20 deletions
+8 -8
View File
@@ -2,12 +2,12 @@
headless: true
---
- [**Introduction**]({{< ref "/" >}})
- [Examples]({{< ref "/docs/examples.md" >}})
- [With Table of contents]({{< ref "/docs/with-toc.md" >}})
- [Without Table of Contents]({{< ref "/docs/without-toc.md" >}})
- [**Introduction**]({{< relref "/" >}})
- [Examples]({{< relref "/docs/examples.md" >}})
- [With Table of contents]({{< relref "/docs/with-toc.md" >}})
- [Without Table of Contents]({{< relref "/docs/without-toc.md" >}})
- **More Examples**
- [Server]({{< ref "/docs/server.md" >}})
- [Client]({{< ref "/docs/client.md" >}})
- [Advanced]({{< ref "/docs/advanced.md" >}})
- [**Blog**]({{< ref "/posts" >}})
- [Server]({{< relref "/docs/server.md" >}})
- [Client]({{< relref "/docs/client.md" >}})
- [Advanced]({{< relref "/docs/advanced.md" >}})
- [**Blog**]({{< relref "/posts" >}})