From abe0011c9ff2ba6075cdd640676a28c4bedd4c84 Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Tue, 10 Mar 2020 19:32:16 +0200 Subject: [PATCH] minor tweaks to UserManual --- UserManual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UserManual.md b/UserManual.md index 7509bb5..d8e418a 100644 --- a/UserManual.md +++ b/UserManual.md @@ -618,9 +618,9 @@ Change `LAMINAR_TITLE` in `/etc/laminar.conf` to your preferred page title. Lami ## 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, for example adding menu links or adding a custom stylesheet. Any required assets will need to be served directly from your [HTTP reverse proxy](#Service-configuration) or other HTTP server. -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). +An example customization can be found at [cweagans/semantic-laminar-theme](https://github.com/cweagans/semantic-laminar-theme). ---