@@ -3,6 +3,5 @@
|
||||
|
||||
<div class="home-nav">
|
||||
<a href="/projects/"><span data-feather="code"></span> Projects</a>
|
||||
<a href="/posts/"><span data-feather="file-text"></span> Notes</a>
|
||||
<a href="/about/"><span data-feather="user"></span> About</a>
|
||||
</div>
|
||||
|
||||
@@ -115,23 +115,18 @@ enableRobotsTXT = true
|
||||
url = "/projects/"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "notes"
|
||||
pre = "<span data-feather='file-text'></span>"
|
||||
url = "/posts/"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
pre = "<span data-feather='user'></span>"
|
||||
url = "/about/"
|
||||
weight = 4
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "github"
|
||||
pre = "<span data-feather='github'></span>"
|
||||
url = "https://github.com/ada-dmitry"
|
||||
weight = 5
|
||||
weight = 4
|
||||
[menu.main.params]
|
||||
NewPage = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user