favicon #6

Merged
philipp merged 9 commits from favicon into main 2024-02-20 13:04:07 +01:00
3 changed files with 5 additions and 5 deletions
Showing only changes of commit 819ccbb221 - Show all commits

6
Cargo.lock generated
View File

@ -534,7 +534,7 @@ dependencies = [
[[package]]
name = "risp"
version = "0.1.0"
source = "git+https://git.hofer.link/philipp/risp.git#fac2be0ed4e0fb2903fb376ecc338c065853c142"
source = "git+https://git.hofer.link/philipp/risp.git#aebae6452f9b2dde306275d43ba1ad6963b0edaf"
dependencies = [
"clap",
"directories",
@ -1047,9 +1047,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
[[package]]
name = "winnow"
version = "0.6.1"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
checksum = "7a4191c47f15cc3ec71fcb4913cb83d58def65dd3787610213c649283b5ce178"
dependencies = [
"memchr",
]

View File

@ -1,5 +1,5 @@
[package]
name = "a"
name = "website-risg"
version = "0.1.0"
edition = "2021"

View File

@ -56,7 +56,7 @@ fn print_header(header: Heading, level: usize) -> String {
}
ret.push_str(&format!(
"<details>\
"<details open='open'>\
<summary class='sticky'><h{0}>{1}</h{0}></summary>\n\
<div>",
level + 2,