mirror of
				https://github.com/imfing/hextra.git
				synced 2025-11-04 03:24:52 -05:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			680d5b399a
			...
			78d038ee31
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					78d038ee31 | ||
| 
						 | 
					c36a1efea4 | ||
| 
						 | 
					243f4f5173 | 
@@ -119,6 +119,7 @@ The following classes can be used to customize various parts of the theme.
 | 
				
			|||||||
#### Footer
 | 
					#### Footer
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- `hextra-footer` - The footer element
 | 
					- `hextra-footer` - The footer element
 | 
				
			||||||
 | 
					- `custom-footer` - The custom footer section container
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### Search
 | 
					#### Search
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,7 +27,7 @@
 | 
				
			|||||||
    {{- end -}}
 | 
					    {{- end -}}
 | 
				
			||||||
  {{- end -}}
 | 
					  {{- end -}}
 | 
				
			||||||
    <div
 | 
					    <div
 | 
				
			||||||
      class="{{ $footerWidth }} hx-pl-[max(env(safe-area-inset-left),0rem)] hx-pr-[max(env(safe-area-inset-right),0rem)] hx-text-gray-600 dark:hx-text-gray-400"
 | 
					      class="custom-footer {{ $footerWidth }} hx-pl-[max(env(safe-area-inset-left),1.5rem)] hx-pr-[max(env(safe-area-inset-right),1.5rem)] hx-text-gray-600 dark:hx-text-gray-400"
 | 
				
			||||||
    >
 | 
					    >
 | 
				
			||||||
      {{ partial "custom/footer.html" (dict "context" . "aboveVisible" $footerSwitchesVisible "belowVisible" $copyrightSectionVisible ) }}
 | 
					      {{ partial "custom/footer.html" (dict "context" . "aboveVisible" $footerSwitchesVisible "belowVisible" $copyrightSectionVisible ) }}
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user