8 lines
		
	
	
		
			396 B
		
	
	
	
		
			HTML
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			396 B
		
	
	
	
		
			HTML
		
	
	
	
		
			Vendored
		
	
	
	
{{define "theme-server-status/content-footer"}}
 | 
						|
<footer class="container" style="padding-bottom: 2rem;">
 | 
						|
    <p style="text-align: center; font-size: 10px;">
 | 
						|
        {{ .Conf.Site.Brand }} | Theme <a href="https://github.com/cppla/ServerStatus">ServerStatus</a> | Powered by <a
 | 
						|
            href="https://github.com/naiba/nezha">{{tr "NezhaMonitoring"}}</a> {{.Version}}
 | 
						|
    </p>
 | 
						|
</footer>
 | 
						|
{{end}} |