mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Missing . on footer partials
This commit is contained in:
		@@ -121,7 +121,7 @@ defined.
 | 
			
		||||
      </div>
 | 
			
		||||
    </section>
 | 
			
		||||
 | 
			
		||||
    {{ partial "footer.html" }}
 | 
			
		||||
    {{ partial "footer.html" . }}
 | 
			
		||||
 | 
			
		||||
### Example taxonomy template (tag.html)
 | 
			
		||||
This content template is used for [spf13.com](http://spf13.com).
 | 
			
		||||
@@ -141,7 +141,7 @@ defined.
 | 
			
		||||
      </div>
 | 
			
		||||
    </section>
 | 
			
		||||
 | 
			
		||||
    {{ partial "footer.html" }}
 | 
			
		||||
    {{ partial "footer.html" . }}
 | 
			
		||||
 | 
			
		||||
## Ordering Content
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user