mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
remove about link from menu, insert in sidebar
This commit is contained in:
parent
e980c08852
commit
51ac4e2f92
2 changed files with 1 additions and 8 deletions
|
@ -4,12 +4,6 @@
|
|||
# url = "/about/"
|
||||
# weight = 10
|
||||
|
||||
[[main]]
|
||||
identifier = "about"
|
||||
name = "about"
|
||||
url = "/about/"
|
||||
weight = -100
|
||||
|
||||
[[main]]
|
||||
identifier = "projects"
|
||||
name = "projects"
|
||||
|
|
|
@ -4,10 +4,9 @@
|
|||
<h1 class="about__title">{{ .title }}</h1>
|
||||
{{ partial "tagline.html" . }}
|
||||
<br>
|
||||
<i class="fa-regular fa-user"></i> {{ site.Params.Author }}
|
||||
<a href="about"><i class="fa-regular fa-user"></i></a> <a href="/about">{{ site.Params.Author }}</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<ul class="aside__social-links">
|
||||
{{ range $item := .Site.Params.socialLinks }}
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue