From 19080ffe4d5adadacdc90bf9cde5aec06731036c Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Mon, 4 Dec 2023 20:06:15 +0100 Subject: [PATCH] refactor: update branding --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- templates/base.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e9beef..9af2619 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2097,7 +2097,7 @@ dependencies = [ [[package]] name = "rgit" -version = "0.1.3" +version = "0.1.3-sparkle" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 6d4a926..a8d1d6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "rgit" description = "A gitweb/cgit-like interface" -version = "0.1.3" +version = "0.1.3-sparkle" edition = "2021" -authors = [ "Jordan Doyle " ] +authors = [ "Jordan Doyle ", "Holly Sparkles " ] license = "WTFPL" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/templates/base.html b/templates/base.html index ac8be2e..74340ed 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ - {% block title %}rgit{% endblock %} + {% block title %}✨ sparkle-git{% endblock %} {%- block head -%}{%- endblock %} @@ -35,7 +35,7 @@ -- libgit2 1.7.2