index : sparkle-git.git

ascending towards madness

author holly sparkles <sparkles@holly.sh> 2023-12-04 19:06:15.0 +00:00:00
committer holly sparkles <sparkles@holly.sh> 2024-05-14 6:36:54.0 +00:00:00
commit
19080ffe4d5adadacdc90bf9cde5aec06731036c [patch]
tree
6173c94afd4fb43b45dc3a78d8aa0285d4d7fbc4
parent
973229694d916a8619c3f71ed70e1c6e436b652c
download
19080ffe4d5adadacdc90bf9cde5aec06731036c.tar.gz

refactor: update branding



Diff

 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 <jordan@doyle.la>" ]
authors = [ "Jordan Doyle <jordan@doyle.la>", "Holly Sparkles <sparkles@holly.sh>" ]
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 @@
<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>