diff --git a/config.yml b/config.yml index 86c22af..61653e1 100644 --- a/config.yml +++ b/config.yml @@ -199,7 +199,7 @@ params: # # Default: false # BOOLEAN; `true`, `false` - useLogo: false + useLogo: true # Where is the logo located, if one is # present at all? @@ -209,7 +209,7 @@ params: # # Recommended: png, bmp, jpg, or gif # for best browser support! - logo: /logo.png + logo: /img/robot.png # This is the description that is shown # on the footer and meta tags. @@ -315,4 +315,4 @@ outputs: outputFormats: svg: isPlainText: true - mediaType: image/svg+xml \ No newline at end of file + mediaType: image/svg+xml diff --git a/static/img/logo.png b/static/img/logo.png deleted file mode 100644 index 45192c1..0000000 Binary files a/static/img/logo.png and /dev/null differ diff --git a/static/img/robot.png b/static/img/robot.png new file mode 100644 index 0000000..373a963 Binary files /dev/null and b/static/img/robot.png differ