From 7798a5cc7c1d636008f000937e3d096f01dbbde5 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sat, 24 Nov 2018 15:10:43 +0100 Subject: Refactor scss styles --- exampleSite/content/menu/index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'exampleSite/content/menu/index.md') 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" >}}) -- cgit v1.2.3