diff --git a/Cargo.lock b/Cargo.lock index 1884269..9987c93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -802,7 +802,7 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "historian" -version = "0.0.1" +version = "0.0.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3b9ead8..1e22ecc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "historian" -version = "0.0.1" +version = "0.0.2" authors = ["Adrian Kuschelyagi Malacoda "] edition = "2021" diff --git a/templates/base.html b/templates/base.html index 42ce8c4..43b0215 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,15 +2,15 @@ {{ page.title }} - + - + - + {% block styles %} @@ -132,7 +132,7 @@