diff --git a/Cargo.lock b/Cargo.lock index 0d87cde..4f01103 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2462,7 +2462,7 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "reminder-rs" -version = "1.7.32-1" +version = "1.7.33-1" dependencies = [ "base64 0.22.1", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2665b3d..5197a1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.7.32-1" +version = "1.7.33-1" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only" @@ -50,7 +50,7 @@ assets = [ ["target/release/reminder-rs", "usr/bin/reminder-rs", "755"], ["static/css/*", "lib/reminder-rs/static/css", "644"], ["static/favicon/*", "lib/reminder-rs/static/favicon", "644"], - ["static/img/*", "lib/reminder-rs/static/img", "644"], + ["static/img/**/*", "lib/reminder-rs/static/img", "644"], ["static/js/*", "lib/reminder-rs/static/js", "644"], ["static/webfonts/*", "lib/reminder-rs/static/webfonts", "644"], ["static/site.webmanifest", "lib/reminder-rs/static/site.webmanifest", "644"], diff --git a/templates/help.html.tera b/templates/help.html.tera index 182098a..0a21d57 100644 --- a/templates/help.html.tera +++ b/templates/help.html.tera @@ -108,7 +108,6 @@
- {#

Import/export

Learn how to import and export data from the dashboard

@@ -120,7 +119,6 @@
- #}
{#