Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy Nguyen <huyb.1991@gmail.com>2019-03-25 16:48:05 +0300
committerHuy Nguyen <huyb.1991@gmail.com>2019-03-25 16:48:05 +0300
commited982d3110d0c945aa6ba8d03b9cdca6546be4f3 (patch)
tree61c588efc83c2391b3baa462ee6d3ae818aaad1b
parentdee35b6e4f5dbf78e5ea1b2a78f96387bffe2bc1 (diff)
Fixed wrong markdown syntax for document
-rw-r--r--docs/guide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide.md b/docs/guide.md
index 755fb85..aed022d 100644
--- a/docs/guide.md
+++ b/docs/guide.md
@@ -41,14 +41,14 @@ I changed from icon font to SVG for website follow [SVG symbol a Good Choice for
```
Replace `SVG symbol id` by yourself (above is `icon-rss`)
-2. Add this code into (layouts/partials/svg-icons.html)[https://github.com/huyb1991/hugo-lamp/blob/master/layouts/partials/svg-icons.html]
+2. Add this code into [layouts/partials/svg-icons.html](https://github.com/huyb1991/hugo-lamp/blob/master/layouts/partials/svg-icons.html)
3. Call icon name by `SVG symbol id` at you define above follow this syntax:
```html
<svg fill="currentColor"><use xlink:href="#icon-rss" /></svg>
```
-Example for icon on (layouts/partials/social.html)[https://github.com/huyb1991/hugo-lamp/blob/master/layouts/partials/social.html]
+Example for icon on [layouts/partials/social.html](https://github.com/huyb1991/hugo-lamp/blob/master/layouts/partials/social.html)
### Customize Theme