mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 22:02:25 -05:00 
			
		
		
		
	update footer template
This commit is contained in:
		
					parent
					
						
							
								e7ab402589
							
						
					
				
			
			
				commit
				
					
						1884cdba48
					
				
			
		
					 1 changed files with 9 additions and 5 deletions
				
			
		|  | @ -5,16 +5,20 @@ | ||||||
| 			<a href="https://github.com/superseriousbusiness/gotosocial">Source Code</a> | 			<a href="https://github.com/superseriousbusiness/gotosocial">Source Code</a> | ||||||
| 		</div> | 		</div> | ||||||
| 		<div id="contact"> | 		<div id="contact"> | ||||||
|  | 			{{ if .instance.ContactAccount }}  | ||||||
| 			Contact: <a href="{{.instance.ContactAccount.URL}}" class="nounderline">{{.instance.ContactAccount.Username}}</a><br> | 			Contact: <a href="{{.instance.ContactAccount.URL}}" class="nounderline">{{.instance.ContactAccount.Username}}</a><br> | ||||||
|  | 			{{ end }} | ||||||
| 		</div> | 		</div> | ||||||
| 		<div id="email"> | 		<div id="email"> | ||||||
|  | 			{{ if .instance.Email }}  | ||||||
| 			Email: <a href="mailto:{{.instance.Email}}" class="nounderline">{{.instance.Email}}</a><br> | 			Email: <a href="mailto:{{.instance.Email}}" class="nounderline">{{.instance.Email}}</a><br> | ||||||
|  | 			{{ end }} | ||||||
| 		</div> | 		</div> | ||||||
| 	</footer> | 	</footer> | ||||||
| 	{{if .javascript}} | 	{{ if .javascript }} | ||||||
| 	{{range .javascript}} | 	{{ range .javascript }} | ||||||
| 		<script source="{{.}}"></script> | 		<script src="{{.}}"></script> | ||||||
| 	{{end}} | 	{{ end }} | ||||||
| 	{{end}} | 	{{ end }} | ||||||
| </body> | </body> | ||||||
| </html> | </html> | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue