|
19 | 19 | <body> |
20 | 20 | <header> |
21 | 21 | <div class="inner"> |
22 | | - <img height="100%" src="/images/bannersub-900.jpg" width="100%"> |
23 | | - |
| 22 | + <img height="100%" src="/images/bannersub-900.jpg" width="100%"> |
24 | 23 | </div> |
25 | 24 | </header> |
26 | 25 |
|
27 | 26 | <div id="content-wrapper"> |
28 | 27 | <div class="inner clearfix"> |
29 | 28 |
|
30 | | - <aside id="sidebar"> |
31 | | - <a href="{{ site.base_url }}/index.html">Home</a><br> |
32 | | - <a href="{{ site.base_url }}/newham.html">New Ham Welcome</a><br> |
33 | | - <a href="{{ site.base_url }}/aboutus.html">About Us</a><br> |
34 | | - <a href="{{ site.base_url }}/calendar.html">Calendar</a><br> |
35 | | - <a href="{{ site.base_url }}/events.html">Events</a><br> |
36 | | - <a href="{{ site.base_url }}/fieldday.html">Field Day</a><br> |
37 | | - <a href="{{ site.base_url }}/forsale.html">For Sale</a><br> |
38 | | - <a href="{{ site.base_url }}/funstuff.html">Fun Stuff</a><br> |
39 | | - <a href="{{ site.base_url }}/meetings.html">Meetings</a><br> |
40 | | - <a href="{{ site.base_url }}/membership.html">Membership</a><br> |
41 | | - <a href="{{ site.base_url }}/nets.html">Nets</a><br> |
42 | | - <a href="{{ site.base_url }}/newsletter.html">Newsletter</a><br> |
43 | | - <a href="{{ site.base_url }}/officers.html">Officers</a><br> |
44 | | - <a href="{{ site.base_url }}/photos.html">Photos</a><br> |
45 | | - <a href="{{ site.base_url }}/resources.html">Resources</a><br> |
46 | | - <a href="{{ site.base_url }}/sigs.html">SIGS</a><br> |
47 | | - <a href="{{ site.base_url }}/sponsors.html">Sponsors</a><br> |
48 | | - </aside> |
| 29 | + <nav> |
| 30 | + <ul> |
| 31 | + {% for item in site.data.navigation %} |
| 32 | + <li class="sidebar-menu{% if page.url == item.link %} current{% endif %}"> |
| 33 | + <a href="{{ item.link }}">{{ item.name }}</a> |
| 34 | + </li> |
| 35 | + {% endfor %} |
| 36 | + </ul> |
| 37 | + </nav> |
49 | 38 |
|
50 | 39 | <section id="main-content"> |
51 | 40 | {{ content }} |
|
0 commit comments