mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52: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/"
|
# url = "/about/"
|
||||||
# weight = 10
|
# weight = 10
|
||||||
|
|
||||||
[[main]]
|
|
||||||
identifier = "about"
|
|
||||||
name = "about"
|
|
||||||
url = "/about/"
|
|
||||||
weight = -100
|
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
identifier = "projects"
|
identifier = "projects"
|
||||||
name = "projects"
|
name = "projects"
|
||||||
|
|
|
@ -4,10 +4,9 @@
|
||||||
<h1 class="about__title">{{ .title }}</h1>
|
<h1 class="about__title">{{ .title }}</h1>
|
||||||
{{ partial "tagline.html" . }}
|
{{ partial "tagline.html" . }}
|
||||||
<br>
|
<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>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<ul class="aside__social-links">
|
<ul class="aside__social-links">
|
||||||
{{ range $item := .Site.Params.socialLinks }}
|
{{ range $item := .Site.Params.socialLinks }}
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue