From b05013516d858af43f3429683e52adfc4447e896 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 26 May 2025 11:37:26 +0200 Subject: Update config. --- lib/views.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/views.ml') diff --git a/lib/views.ml b/lib/views.ml index 0fc9764..456bbd1 100644 --- a/lib/views.ml +++ b/lib/views.ml @@ -1,3 +1,5 @@ +(* -*- mode: tuareg; -*- *) + open Config type head_data = { page_title : string } @@ -92,7 +94,7 @@ let root () = title = "Ogit"; subtitle = "Repositories for " ^ config.user; topnav = HTML.null []; - content = [ repositories_in config.repositories_root ]; + content = [ repositories_in config.repositories_root_path ]; } in Page.render body_data -- cgit v1.2.3