mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-03 19:56: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">
 | 
					            <div class="item-list-group">
 | 
				
			||||||
                <ul class="item-list-items">
 | 
					                <ul class="item-list-items">
 | 
				
			||||||
                    {{ range .Pages.ByTitle }}
 | 
					                    {{ 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") }}
 | 
					                        {{ partial "list_item.html" (dict "context" . "dateformat" "Jan 02, 2006") }}
 | 
				
			||||||
                    </li>
 | 
					                    </li>
 | 
				
			||||||
                    {{ end }}
 | 
					                    {{ end }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,7 +25,7 @@
 | 
				
			||||||
                <!-- List all posts in this year group -->
 | 
					                <!-- List all posts in this year group -->
 | 
				
			||||||
                <ul class="item-list-items">
 | 
					                <ul class="item-list-items">
 | 
				
			||||||
                    {{ range .Pages }}
 | 
					                    {{ range .Pages }}
 | 
				
			||||||
                    <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") }}
 | 
					                        {{ partial "list_item.html" (dict "context" . "dateformat" "Jan 02") }}
 | 
				
			||||||
                    </li>
 | 
					                    </li>
 | 
				
			||||||
                    {{ end }}
 | 
					                    {{ end }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue