From 308ce7e5d0269a585e53584d050d3cdd3dd812f5 Mon Sep 17 00:00:00 2001 From: Cameron Eagans Date: Fri, 6 Mar 2020 22:37:17 -0700 Subject: [PATCH] Link to semantic theme from manual --- UserManual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UserManual.md b/UserManual.md index 432b1e3..109de8f 100644 --- a/UserManual.md +++ b/UserManual.md @@ -624,7 +624,9 @@ This directory is also a good place to add any extra assets needed for this cust ## Custom HTML template -If it exists, the file `/var/lib/laminar/custom/index.html` will be served by laminar instead of the default markup that is bundled into the Laminar binary. This file can be used to change any aspect of Laminar's WebUI, including adding custom menu links, stylesheets, or anything else. Any additional assets that are needed will need to be served directly from your [HTTP reverse proxy](#Service-configuration) (highly recommended). +If it exists, the file `/var/lib/laminar/custom/index.html` will be served by laminar instead of the default markup that is bundled into the Laminar binary. This file can be used to change any aspect of Laminar's WebUI, including adding custom menu links, stylesheets, or anything else. Any additional assets that are needed will need to be served directly from your [HTTP reverse proxy](#Service-configuration) (highly recommended). + +An example of customization of both the HTML templates and CSS markup can be found at [cweagans/semantic-laminar-theme](https://github.com/cweagans/semantic-laminar-theme). ---