updates to conform to hugo 0.6 reqs
This commit is contained in:
		
							parent
							
								
									b185de3186
								
							
						
					
					
						commit
						6f35051554
					
				
					 9 changed files with 128 additions and 43 deletions
				
			
		
							
								
								
									
										31
									
								
								layouts/resources/single.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								layouts/resources/single.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,31 @@
 | 
			
		|||
{{ template "partials/header.html" . }}
 | 
			
		||||
<body lang="en" itemscope itemtype="http://schema.org/Article">
 | 
			
		||||
 | 
			
		||||
  <div id="topbar">
 | 
			
		||||
    <div class="wrapper">
 | 
			
		||||
      <header>
 | 
			
		||||
        {{ template "partials/sidebar.html" . }}
 | 
			
		||||
 | 
			
		||||
        {{ $baseurl := .Site.BaseURL }}
 | 
			
		||||
      </header>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <div class="wrapper">
 | 
			
		||||
    <div class="units-row">
 | 
			
		||||
      <div class="unit-centered unit-80">  
 | 
			
		||||
        <article class="post" id="content">
 | 
			
		||||
        <h3>{{ .Title }}</h3>  
 | 
			
		||||
        {{ .Content }}
 | 
			
		||||
        </article>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
  <hr class="separator">
 | 
			
		||||
  
 | 
			
		||||
  {{ partial "whatisthis.html" . }}
 | 
			
		||||
  
 | 
			
		||||
  {{ partial "footer.html" . }}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue