refactor: update branding
Diff
Cargo.lock | 2 +-
Cargo.toml | 4 ++--
templates/base.html | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
@@ -2097,7 +2097,7 @@ dependencies = [
[[package]]
name = "rgit"
version = "0.1.3"
version = "0.1.3-sparkle"
dependencies = [
"anyhow",
"askama",
@@ -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 <jordan@doyle.la>" ]
authors = [ "Jordan Doyle <jordan@doyle.la>", "Holly Sparkles <sparkles@holly.sh>" ]
license = "WTFPL"
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{% block title %}rgit{% endblock %}</title>
<title>{% block title %}✨ sparkle-git{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="/style-{{ crate::GLOBAL_CSS_HASH.as_ref() }}.css" />
{%- block head -%}{%- endblock %}
</head>
@@ -35,7 +35,7 @@
</main>
<footer>
generated by <a href="https://git.inept.dev/~doyle/rgit.git/about" target="_blank">rgit</a> v{{ crate::CRATE_VERSION }}
generated by <a href="https://git.inept.dev/~doyle/rgit.git/about" target="_blank">rgit</a> version <a href="https://git.holly.sh/sparkle-git.git/log/?h=sparkle" target="_blank">{{ crate::CRATE_VERSION }}</a>
at {{ time::OffsetDateTime::now_utc()|format_time }}
in {{ "{:?}"|format(crate::layers::logger::REQ_TIMESTAMP.get().elapsed()) }}
</footer>