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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-01-02 03:37:24 +0300
committervvveiii <cntrump@gmail.com>2020-01-02 03:37:24 +0300
commitd776ad1d2fda5948e6a4a1ffe878a249b74b335d (patch)
treed013f719938074b53d512b6b5037cacade2654b7 /README.md
parentfa1a61ee70dadc7b4ba5c112711a66cc5eed872e (diff)
update ReadMe
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1bf8fe5..d272ab7 100644
--- a/README.md
+++ b/README.md
@@ -294,6 +294,15 @@ An example navigation-items.html:
{{- end -}}
```
+Or, you can rewrite it:
+
+```html
+<a class="nav-item" href="/pages/about/"><span class="iconfont icon-aboutus"></span> About</a>
+<a class="nav-item" href="https://github.com/cntrump" target="_blank"><span class="iconfont icon-logo_github"></span> Github</a>
+```
+
+`iconfont`, `icon-*` classes are my custom CSS.
+
![](https://raw.githubusercontent.com/cntrump/hugo-notepadium/master/images/04.png)
## Thanks