diff options
author | Cara Salter <cara@devcara.com> | 2023-03-16 09:16:47 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-03-16 09:16:47 -0400 |
commit | 3a7230770f5e5f166a6861fb09a33b6eb8bcf59e (patch) | |
tree | a41cdd53956c0c92428a9f4c7392e91eaa13c3bf /templates | |
parent | bc8d4d7e6dbc4954afc53abc80f597b94e816bf3 (diff) | |
download | site-3a7230770f5e5f166a6861fb09a33b6eb8bcf59e.tar.gz site-3a7230770f5e5f166a6861fb09a33b6eb8bcf59e.zip |
Update link in footer to cgit
Diffstat (limited to 'templates')
-rw-r--r-- | templates/footer.rs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.rs.html b/templates/footer.rs.html index efc1392..318aa81 100644 --- a/templates/footer.rs.html +++ b/templates/footer.rs.html @@ -5,7 +5,7 @@ href="https://github.com/Xe/site">Xe/site</a> under the Zlib license</blockquote> <p>This server runs version @env!("GIT_SHA"), located on my <a - href='https://git.carathe.dev/muirrum/site'>Gitea</a> + href='https://git.devcara.com/site/commit/?id=@env!("GIT_SHA")'>cgit</a> </footer> </div> </body> |