mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Fix 'render of section failed' build issue after hugo update
This commit is contained in:
		
							parent
							
								
									903123081b
								
							
						
					
					
						commit
						01d192db11
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -10,7 +10,7 @@
 | 
			
		|||
            <div class="item-list-group">
 | 
			
		||||
                <ul class="item-list-items">
 | 
			
		||||
                    {{ range .Pages.ByTitle }}
 | 
			
		||||
                    <li class="item-list-item" data-id="{{ with .File}}{{ .File.UniqueID }}{{ end }}">
 | 
			
		||||
                    <li class="item-list-item" data-id="{{ with .File}}{{ .UniqueID }}{{ end }}">
 | 
			
		||||
                        {{ partial "list_item.html" (dict "context" . "dateformat" "Jan 02, 2006") }}
 | 
			
		||||
                    </li>
 | 
			
		||||
                    {{ end }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue