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