Skip to content

Commit c9c6b1f

Browse files
committed
change layout
1 parent 3908c4f commit c9c6b1f

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

_layouts/default.html

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<a href="http://witheve.com">
1818
<div class="logo">
1919
<img src="https://witheve.github.io/assets/images/logo_square.png" />
20-
<h1><img alt="EVE" src="http://docs.witheve.com/images/eve.svg" /></h1>
20+
<h1><img alt="EVE" src="{{ site.url }}/images/eve.svg" /></h1>
2121
</div>
2222
</a>
2323
<div class="flex-spacer"></div>
2424
<nav>
2525
<a class="btn rounded cta secondary play-cta" href="http://play.witheve.com">Play</a>
2626

27-
<a href="{{ site.url }}">Blog</a>
28-
<a href="http://docs.witheve.com">Docs</a>
27+
<a href="http://incidentalcomplexity.com">Blog</a>
28+
<a href="{{ site.url }}">Docs</a>
2929
<a href="https://groups.google.com/forum/#!forum/eve-talk">Community</a>
3030
</nav>
3131
</header>
@@ -37,7 +37,33 @@ <h1><img alt="EVE" src="http://docs.witheve.com/images/eve.svg" /></h1>
3737

3838
<div class="drawer">
3939
<div class="wrapper">
40-
<a href="https://cmontella.github.io/blog/archive/">Archive</a>
40+
<ul class="sidebar-menu">
41+
<li class="sub-menu active">
42+
<a href="{{ site.url }}/v0.3/" class="">
43+
44+
<span class="colored">Introduction</span>
45+
<span class="menu-arrow arrow_carrot-right"></span>
46+
</a>
47+
<ul class="sub">
48+
49+
<li><a href="{{ site.url }}/v0.3/install/"> Installation </a> </li>
50+
51+
52+
<li><a href="{{ site.url }}/v0.3/tutorials/quickstart.eve/"> Quickstart </a> </li>
53+
54+
55+
<li><a href="{{ site.url }}/v0.3/syntaxreference/"> Syntax Ref </a> </li>
56+
57+
58+
</ul>
59+
</li>
60+
<li>
61+
<a class="" href="{{ site.url }}/v0.3/handbook/libraries">
62+
63+
<span class="colored">Library</span>
64+
</a>
65+
</li>
66+
</ul>
4167
</div>
4268
</div>
4369

0 commit comments

Comments
 (0)