aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTom Pansino <2768420+tpansino@users.noreply.github.com>2020-09-04 16:09:43 -0700
committerTom Pansino <2768420+tpansino@users.noreply.github.com>2020-09-04 16:09:43 -0700
commita02961b70b8581cf66ff777f58a9892da0bba87a (patch)
treee77fd5f664924b9bf34b7f0ab82ab0d6afb10d4e
parent9d0ec9e34832afed3cd951f1f7c26bf20823a7cf (diff)
downloadhomer-a02961b70b8581cf66ff777f58a9892da0bba87a.tar.gz
homer-a02961b70b8581cf66ff777f58a9892da0bba87a.tar.zst
homer-a02961b70b8581cf66ff777f58a9892da0bba87a.zip
Add documentTitle example to documentation
-rw-r--r--docs/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index d1c8e6b..0e5d002 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -13,6 +13,7 @@ Title, icons, links, colors, and services can be configured in the `config.yml`
13 13
14title: "App dashboard" 14title: "App dashboard"
15subtitle: "Homer" 15subtitle: "Homer"
16# documentTitle: "Welcome" # Customize the browser tab text
16logo: "assets/logo.png" 17logo: "assets/logo.png"
17# Alternatively a fa icon can be provided: 18# Alternatively a fa icon can be provided:
18# icon: "fas fa-skull-crossbones" 19# icon: "fas fa-skull-crossbones"