You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- added forum to nav
- fixed hirarchy of sizing for h1/h2/h3/h4 throughout
- fixed li listing dots throughout
- refs, cleaned up styling (gave typo treatment to main headers)
- refs, removed outline to search inputs
- refs, removed cat# from subcats
- fixed typo treatment sizing
- fixed download name inconsistencies
- added authors to gallery, fixed styling issues
- removed basil.js from landing page.. redundent
- tuts, fixed styling
Copy file name to clipboardExpand all lines: _source/_includes/aside-left.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@
21
21
{% for item in pages %}{% if item.layout != 'entry' %}{%if item.layout == 'default' or item.layout == 'reference' or item.layout == 'gallery' %}{% if item.url != '/' %}
22
22
<liclass="menu-item {% if item.title == page.title %}active{% endif %}"><ahref="{{item.url}}"
0 commit comments