🏡 index : ~doyle/rgit.git

author jordan <jordan@doyle.la> 2023-08-25 9:53:18.0 +00:00:00
committer GitHub <noreply@github.com> 2023-08-25 9:53:18.0 +00:00:00
commit
9d314f7b6c6cd7968644090cb02a4dd813019a06 [patch]
tree
6b201e118c57c8e3964c2e4b795131b085a26090
parent
cbc8450d6fb7bb7cb7a2286a5c939111b8f951fa
parent
e1dd1921afae046f148d0d04f293a2ab9040308a
download
9d314f7b6c6cd7968644090cb02a4dd813019a06.tar.gz

Merge pull request #11 from stappersg/true_action

Self hosted URL

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>