diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-24 14:07:44 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-24 14:07:44 +0200 |
commit | c70bef77a5c5c42dd485e9592bbcfd5f128e7462 (patch) | |
tree | 09b2e657f7e986bb80f8c0b8360f553e70f2b063 /exampleSite/content/menu | |
parent | 9f90c40517391901533f25bad48f5efb574b5605 (diff) |
Update README.md with shortcodes and badges
Diffstat (limited to 'exampleSite/content/menu')
-rw-r--r-- | exampleSite/content/menu/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/content/menu/index.md b/exampleSite/content/menu/index.md index 3b535a9..1087242 100644 --- a/exampleSite/content/menu/index.md +++ b/exampleSite/content/menu/index.md @@ -4,7 +4,7 @@ headless: true - [**Introduction**]({{< relref "/" >}}) - [Examples]({{< relref "/docs/examples.md" >}}) - - [With Table of contents]({{< relref "/docs/with-toc.md" >}}) + - [With Table of Contents]({{< relref "/docs/with-toc.md" >}}) - [Without Table of Contents]({{< relref "/docs/without-toc.md" >}}) - [Shortcodes]({{< relref "/docs/shortcodes.md" >}}) - **More Examples** |