From aacec6588c3aebffda6c6221b02622576c85c407 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 2 Feb 2025 17:08:52 +0100 Subject: Change Views render function return type. All Views submodules' render functions now return a Dream_html node promise, rather than the node itself. --- lib/config.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/config.ml') diff --git a/lib/config.ml b/lib/config.ml index 4aab858..d47101f 100644 --- a/lib/config.ml +++ b/lib/config.ml @@ -1 +1,2 @@ let git_directory = Filename.concat (Unix.getenv "HOME") "git" +let author = "Marius Peter" -- cgit v1.2.3