feat(frontend): link to git commit in footer
This commit is contained in:
		
							parent
							
								
									e4f3b26107
								
							
						
					
					
						commit
						d67aaefdc0
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		|  | @ -17,8 +17,12 @@ | |||
|   <footer> | ||||
|     <hr /> | ||||
|     <p> | ||||
|       pronouns.cc <a href={data.git_repository}>{version}</a> | ||||
|       {#if versionMismatch}(backend: {data.git_commit}){/if} · | ||||
|       pronouns.cc <a href="https://codeberg.org/u1f320/pronouns.cc/commit/{version}">{version}</a> | ||||
|       {#if versionMismatch} | ||||
|         (backend: <a href="https://codeberg.org/u1f320/pronouns.cc/commit/{data.git_commit}"> | ||||
|           {data.git_commit} | ||||
|         </a>) | ||||
|       {/if} · | ||||
|       <a href="/page/terms">Terms of service</a> | ||||
|       - <a href="/page/privacy">Privacy policy</a> | ||||
|     </p> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue