aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-02-07 16:02:53 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:04:19 +0100
commit58e892fb0159c42740ae92a642f7eb76245950a6 (patch)
treea42f9b522e55c066ebb8f62b546a2316a8390790
parent8dc1e0ea0819ee6ec8f6407a58650bfedca3db31 (diff)
Added interface to sidebar
-rwxr-xr-xlib/blog/sidebar.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/blog/sidebar.mli b/lib/blog/sidebar.mli
new file mode 100755
index 0000000..d5def25
--- /dev/null
+++ b/lib/blog/sidebar.mli
@@ -0,0 +1,7 @@
+(** Return the sidebarr element *)
+val get
+ : unit -> Brr.El.t option
+
+(** Clean the sidebarr from anay element *)
+val clean
+ : Brr.El.t -> unit