diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2020-08-11 13:17:05 +0300 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2020-10-27 21:27:08 +0200 |
commit | 288fd4215a072f952f51e8dd6973484fb5ed1273 (patch) | |
tree | aaf970e1c82ff51bb8f90f35763bc7ef5d7354e2 /exampleSite | |
parent | 30dbc121b522bb9626f730b2e351c46e6750f02c (diff) |
Fix #126 - support for non-root dir
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 397eac8..85665f6 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -214,7 +214,7 @@ params: # # Recommended: png, bmp, jpg, or gif # for best browser support! - logo: /logo.png + logo: logo.png # This is the description that is shown # on the footer and meta tags. |