Skip to content

Commit 346baa6

Browse files
author
András Kurai
committed
ad autsoft logo
1 parent fd7c464 commit 346baa6

File tree

6 files changed

+3
-28
lines changed

6 files changed

+3
-28
lines changed
-93.5 KB
Binary file not shown.

Documentation/templates/autsoft/layout/_master.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{!include(/^styles/.*/)}}
33
{{!include(/^fonts/.*/)}}
44
{{!include(favicon.ico)}}
5-
{{!include(logo.svg)}}
5+
{{!include(logo.png)}}
66
{{!include(search-stopwords.json)}}
77
<!DOCTYPE html>
88
<!--[if IE]><![endif]-->
3.87 KB
Loading

Documentation/templates/autsoft/logo.svg

Lines changed: 0 additions & 25 deletions
This file was deleted.

Documentation/templates/autsoft/partials/_logo.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
{%- if _appLogoPath -%}
44
<img id="logo" class="svg" src="{{_rel}}{{_appLogoPath}}" alt="{{_appName}}" >
55
{%- else -%}
6-
<img id="logo" class="svg" src="{{_rel}}logo.svg" alt="{{_appName}}" >
6+
<img id="logo" class="svg" src="{{_rel}}logo.png" alt="{{_appName}}" >
77
{%- endif -%}
88
</a>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
22

33
<a class="navbar-brand" href="{{_rel}}index.html">
4-
<img id="logo" class="svg" src="{{_rel}}{{{_appLogoPath}}}{{^_appLogoPath}}logo.svg{{/_appLogoPath}}" alt="{{_appName}}" >
4+
<img id="logo" class="svg" src="{{_rel}}{{{_appLogoPath}}}{{^_appLogoPath}}logo.png{{/_appLogoPath}}" alt="{{_appName}}" >
55
</a>

0 commit comments

Comments
 (0)