From b8cf943fb17a750aaf9f567fb97e7392d9cfb455 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 30 May 2021 19:40:02 -0300 Subject: WIP init Rust --- src/templates/log.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/templates/log.html (limited to 'src/templates/log.html') diff --git a/src/templates/log.html b/src/templates/log.html new file mode 100644 index 0000000..7caa079 --- /dev/null +++ b/src/templates/log.html @@ -0,0 +1,34 @@ + + + {{ > head.html.tmpl }} + + {{ > header.html.tmpl }} +
+ +
+ + + + + + + + + + + + + {{ #commits }} + + + + + + + + {{ /commits }} + +
DateCommit messageAuthorFilesLines
{{ date }}{{ message_title }}{{ author }}{{ files }}-{{ removed }}/+{{ added }}
+
+ + -- cgit v1.2.3