www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

sidebar.html (496B)


      1 		<div id="sidebar">
      2 			<div id="logo">
      3 				<a href="/">
      4 					<img src="/banna.png" alt="banna.tech" height="45" width="201" />
      5 				</a>
      6 			</div>
      7 			<div id="nav">
      8 				<a class="{:returns = 'current' if page == '' or page == 'post' else '' :}" href="/post">blog</a>
      9 				<a class="{:returns = 'current' if page == 'things'             else '' :}" href="/things">things</a>
     10 				<a class="{:returns = 'current' if page == 'about'              else '' :}" href="/about">about</a>
     11 			</div>
     12 		</div>