| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  | <nav class="col-md-3"> | 
					
						
							| 
									
										
										
										
											2016-02-06 15:49:00 +00:00
										 |  |  |     <h3 class="home-link"><a href="/">{{ ( index $.Site.Data.translations $.Site.Params.locale ).root }}</a></h3> | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  |     <div id="last-posts" class="open"> | 
					
						
							| 
									
										
										
										
											2016-02-06 14:37:20 +00:00
										 |  |  |         <h3 data-open="last-posts">{{ .Site.Title }} - {{ ( index $.Site.Data.translations $.Site.Params.locale ).mostrecentposts }}</h3> | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  |         <ul> | 
					
						
							| 
									
										
										
										
											2017-04-02 16:03:37 +00:00
										 |  |  |             {{ range first 10 .Site.RegularPages }} | 
					
						
							| 
									
										
										
										
											2016-02-04 21:29:46 +00:00
										 |  |  |             <li><a href="{{ .Permalink }}">{{ .Title }}</a></li> | 
					
						
							|  |  |  |             {{ end }} | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  |         </ul> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-07 12:35:12 +00:00
										 |  |  |     {{ with .Site.Taxonomies.tags }} | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  |     <div id="tags" class="open"> | 
					
						
							| 
									
										
										
										
											2016-02-06 14:37:20 +00:00
										 |  |  |         <h3 data-open="tags">{{ ( index $.Site.Data.translations $.Site.Params.locale ).tags }}</h3> | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  |         <ul class="tags"> | 
					
						
							| 
									
										
										
										
											2016-02-07 12:35:12 +00:00
										 |  |  |             {{ range $name, $taxonomy := . }} | 
					
						
							| 
									
										
										
										
											2016-02-04 21:29:46 +00:00
										 |  |  |             <li><a href="/tags/{{ $name | urlize }}">{{ $name }}</a></li> | 
					
						
							|  |  |  |             {{ end }} | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  |         </ul> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2016-02-07 12:35:12 +00:00
										 |  |  |     {{ end }} | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-07 12:36:04 +00:00
										 |  |  |     {{ with .Site.Taxonomies.categories }} | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  |     <div id="categories" class="open"> | 
					
						
							| 
									
										
										
										
											2016-02-06 14:37:20 +00:00
										 |  |  |         <h3 data-open="categories">{{ ( index $.Site.Data.translations $.Site.Params.locale ).categories }}</h3> | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  |         <ul class="categories"> | 
					
						
							| 
									
										
										
										
											2016-02-07 12:35:12 +00:00
										 |  |  |             {{ range $name, $taxonomy := . }} | 
					
						
							| 
									
										
										
										
											2016-02-04 21:29:46 +00:00
										 |  |  |             <li><a href="/categories/{{ $name | urlize }}">{{ $name }}</a></li> | 
					
						
							|  |  |  |             {{ end }} | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  |         </ul> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2016-02-07 12:35:12 +00:00
										 |  |  |     {{ end }} | 
					
						
							| 
									
										
										
										
											2016-02-02 22:20:24 +00:00
										 |  |  | </nav> |