aboutsummaryrefslogtreecommitdiffstats
path: root/src/theming.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/theming.rs')
-rw-r--r--src/theming.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theming.rs b/src/theming.rs
index 1d7b1f2..6e5b3ba 100644
--- a/src/theming.rs
+++ b/src/theming.rs
@@ -24,3 +24,8 @@ pub fn render_theme(name: Option<&str>, ctx: &crate::ctx::Ctx) -> (String, Resul
(theme.into(), res)
}
+
+pub fn touch() {
+ hbs::touch();
+ lua::touch();
+}