diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-11-24 15:10:43 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-11-24 15:10:43 +0100 |
commit | 7798a5cc7c1d636008f000937e3d096f01dbbde5 (patch) | |
tree | 81c9d2d0fa10105e0813fe2cbaf41d96e9fb6681 /exampleSite/content/menu/index.md | |
parent | f5736e077a7d50c05c9ca58ef307e4da4e63e6d5 (diff) |
Refactor scss styles
Diffstat (limited to 'exampleSite/content/menu/index.md')
-rw-r--r-- | exampleSite/content/menu/index.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/exampleSite/content/menu/index.md b/exampleSite/content/menu/index.md index 489c8de..0d22ef7 100644 --- a/exampleSite/content/menu/index.md +++ b/exampleSite/content/menu/index.md @@ -2,11 +2,12 @@ headless: true --- -- [**Introduction**](/) -- [Examples](/docs/examples) - - [With Table of contents](/docs/with-toc) - - [Without Table of Contents](/docs/without-toc) +- [**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" >}}) - **More Examples** -- [Server](/docs/server) -- [Client](/docs/client) -- [Advanced](/docs/advanced) +- [Server]({{< ref "/docs/server.md" >}}) +- [Client]({{< ref "/docs/client.md" >}}) +- [Advanced]({{< ref "/docs/advanced.md" >}}) +- [**Blog**]({{< ref "/posts" >}}) |