> {
+ if let Some(blurb) = &self.footer_blurb {
+ if !blurb.is_empty() {
+ return Some(crate::templates::Html(blurb));
+ }
+ }
+
+ None
+ }
+
pub(crate) fn sled_path(&self) -> &PathBuf {
&self.sled_path
}
diff --git a/templates/index.rs.html b/templates/index.rs.html
index 20c0390..fe5161b 100644
--- a/templates/index.rs.html
+++ b/templates/index.rs.html
@@ -84,6 +84,9 @@ templates::{info, instance, statics::index_css},