cleans up sidebar and makes it point to real links
This commit is contained in:
parent
1ecb9d052c
commit
8aba83a3a1
@ -1,6 +1,8 @@
|
|||||||
- name: Home
|
- name: home
|
||||||
link: /
|
link: /
|
||||||
- name: About
|
- name: comics
|
||||||
link: /about.html
|
link: /comic
|
||||||
- name: Blog
|
- name: link dump
|
||||||
link: /blog.html
|
link: /helpdump
|
||||||
|
- name: free guestbook!
|
||||||
|
link: http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<nav>
|
<nav>
|
||||||
{% for item in site.data.navigation %}
|
{% for item in site.data.navigation %}
|
||||||
<a href="{{ item.link }}" {% if page.url == item.link %}class=current{% endif %}>
|
<a href="{{ item.link }}" {% if page.url == item.link %}class=current{% endif %}>
|
||||||
{{ item.name }} </a>
|
{{ item.name }} </a><br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
background: darkgray;
|
background: darkgray;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
flex: 0 60px;
|
width: max-content;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user