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-12-03 18:20:43 +0300
committerHuy Nguyen <huyb.1991@gmail.com>2019-12-03 18:20:43 +0300
commitfc4d1e6648af6f006642cac1df013324b3888bcb (patch)
tree1509128151af7a0ccd6501f3c0f7db8158474d59
parentdf1ea7de3cc9d2145aca51fb20bd823acc747b01 (diff)
Implement document for SVG icon service
-rw-r--r--docs/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide.md b/docs/guide.md
index aed022d..8ee6026 100644
--- a/docs/guide.md
+++ b/docs/guide.md
@@ -30,7 +30,7 @@ The `description` is the meta tag for description `<meta name="description" cont
I changed from icon font to SVG for website follow [SVG symbol a Good Choice for Icons](https://css-tricks.com/svg-symbol-good-choice-icons/). Here's steps to add SVG icon to website.
-1. Get SVG code (Eg: https://iconsvg.xyz/ or https://simpleicons.org/)
+1. Get SVG code (Eg: https://icomoon.io/app/ or https://simpleicons.org/)
```
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" preserveAspectRatio="xMidYMid meet">
<symbol id="icon-rss" viewBox="0 0 24 24">