| 
									
										
										
										
											2017-06-16 04:06:16 +00:00
										 |  |  |   <footer> | 
					
						
							|  |  |  |   {{ partial "foot_custom.html" . }} | 
					
						
							| 
									
										
										
										
											2017-06-17 03:54:36 +00:00
										 |  |  |   {{ with .Site.Params.footer }} | 
					
						
							| 
									
										
										
										
											2017-06-16 04:06:16 +00:00
										 |  |  |   <hr/> | 
					
						
							|  |  |  |   {{ . | markdownify }} | 
					
						
							|  |  |  |   {{ end }} | 
					
						
							| 
									
										
										
										
											2017-06-21 18:43:23 +00:00
										 |  |  |   {{ if .File.Path }} | 
					
						
							|  |  |  |     {{ $.Scratch.Set "FilePath" .File.Path }} | 
					
						
							| 
									
										
										
										
											2017-08-09 16:12:17 +00:00
										 |  |  |     {{ $RmdFile := (print .File.BaseFileName ".Rmd") }} | 
					
						
							|  |  |  |     {{ $Files := readDir (print "content/" .File.Dir) }} | 
					
						
							|  |  |  |     {{ if (where $Files "Name" $RmdFile) }} | 
					
						
							|  |  |  |       {{ $.Scratch.Set "FilePath" (print .File.Dir $RmdFile) }} | 
					
						
							|  |  |  |     {{ else }} | 
					
						
							|  |  |  |       {{ $RmdFile := (print .File.BaseFileName ".Rmarkdown") }} | 
					
						
							|  |  |  |       {{ if (where $Files "Name" $RmdFile) }} | 
					
						
							|  |  |  |         {{ $.Scratch.Set "FilePath" (print .File.Dir $RmdFile) }} | 
					
						
							|  |  |  |       {{ end }} | 
					
						
							|  |  |  |     {{ end }} | 
					
						
							|  |  |  |     {{ with .Site.Params.GithubEdit}} | 
					
						
							|  |  |  |     | <a href="{{ . }}{{ $.Scratch.Get "FilePath" }}">Edit this page</a> | 
					
						
							|  |  |  |     {{ end }} | 
					
						
							| 
									
										
										
										
											2017-06-21 18:43:23 +00:00
										 |  |  |   {{ end }} | 
					
						
							| 
									
										
										
										
											2017-06-16 04:06:16 +00:00
										 |  |  |   </footer> | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | </html> |