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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <danielkvist@protonmail.com>2019-05-16 18:41:35 +0300
committerdanielkvist <danielkvist@protonmail.com>2019-05-16 18:41:35 +0300
commit938f4a0db2c585b9c24f84a57e84a0416b651690 (patch)
tree260d23d4443ebf268cce84b57c0b8bffc86ce965
parent4592e3434b645e8ce0b2fa83f79cc50908e6ffd0 (diff)
fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 22a720f..374dd3c 100644
--- a/README.md
+++ b/README.md
@@ -265,7 +265,7 @@ logo = "" # Relative URL for your logo
### Custom CSS
-Thanks to the contributions of [#benfreke](https://github.com/benfreke) now you can easily add your own CSS styles.
+Thanks to the contributions of [@benfreke](https://github.com/benfreke) now you can easily add your own CSS styles.
To do this you have to create a folder called ```assets``` in the root of your project. Then, create another folder called ```css``` inside ```assets```. An finally a file called ```custom.css``` inside ```css``` with your styles.