Diff between 2d93ae19ca7bd7afd3a82f65fdb95bb1ef55228b and e510aacc5783a8b1e5c01fba07fcca191c81b0c2
Changed Files
| File | Additions | Deletions | Status |
| templates/index.html | +3 | -3 | modified |
Full Patch
diff --git a/templates/index.html b/templates/index.html
index a1fbca3..b2bbbc2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -22,6 +22,9 @@
<p>
A git web interface for repositories. Currently supports viewing commits, trees, blobs, diffs, and references.
</p>
+ <small>
+ Libgit2 - {{ version }} git
+ </small>
</div>
<div>
<h2>Repositories</h2>
@@ -39,8 +42,5 @@
</div>
</div>
</div>
- <small>
- Libgit2 - {{ version }} git
- </small>
</body>
</html>
\ No newline at end of file