diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-02-02 17:08:52 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-02-02 17:08:52 +0100 |
commit | aacec6588c3aebffda6c6221b02622576c85c407 (patch) | |
tree | 213da645d447ac0e82a9209412f94fa78a8bc594 /lib/config.ml | |
parent | 6e8e49ba49beeeb63e1e027fc23e8883a1185109 (diff) |
Change Views render function return type.
All Views submodules' render functions now return a Dream_html node
promise, rather than the node itself.
Diffstat (limited to 'lib/config.ml')
-rw-r--r-- | lib/config.ml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |