🏡 index : ~doyle/rgit.git

author Geert Stappers <stappers@stappers.it> 2023-08-24 19:51:28.0 +00:00:00
committer Geert Stappers <stappers@stappers.it> 2023-08-24 19:51:28.0 +00:00:00
commit
e1dd1921afae046f148d0d04f293a2ab9040308a [patch]
tree
55e26874db2a33f76d402fc6f0bed505cfb3924e
parent
3ee96fb5bc8369dfcfec2b0d3f051cc69e8bd221
download
e1dd1921afae046f148d0d04f293a2ab9040308a.tar.gz

Self hosted URL

Have an URL where rgit can seen in truely action.

Diff

 templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html
index 3efe698..3f49e28 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -27,7 +27,7 @@
</main>

<footer>
    generated by <a href="https://github.com/w4/rgit" target="_blank">rgit</a> v{{ crate::CRATE_VERSION }} at {{ time::OffsetDateTime::now_utc().to_string() }}
    generated by <a href="https://git.inept.dev/~doyle/rgit.git/about" target="_blank">rgit</a> v{{ crate::CRATE_VERSION }} at {{ time::OffsetDateTime::now_utc().to_string() }}
</footer>
</body>
</html>