File tree Expand file tree Collapse file tree 6 files changed +3
-28
lines changed
Documentation/templates/autsoft Expand file tree Collapse file tree 6 files changed +3
-28
lines changed Original file line number Diff line number Diff line change 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]-->
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments