File tree Expand file tree Collapse file tree 7 files changed +15
-1
lines changed Expand file tree Collapse file tree 7 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -172,3 +172,9 @@ pre code {
172172 padding-top : 6px ;
173173 padding-bottom : 6px ;
174174}
175+
176+ .navbar-brand img {
177+ max-width : 100px ;
178+ margin-top : -7px ;
179+ display : inline-block;
180+ }
Original file line number Diff line number Diff line change 33 <head >
44 <meta charset =" utf-8" >
55 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
6+ <link rel =" shortcut icon" href =" images/favicon.ico" />
67
78 <title >{{ title }}</title >
89
2021 <span class =" fa fa-fw fa-bars" ></span >
2122 </button >
2223 <a class =" navbar-brand" href =" {{ baseUrl }}/" >
24+ <img src =" {{ baseUrl }}/images/inengine-logo-32-alt.png" />
2325 {{ title | default (' The title' ) }}
2426 <small class =" hidden-xs hidden-sm" >
2527 {{ subTitle | default (' This is the default subtitle!' ) }}
Original file line number Diff line number Diff line change 33<head >
44 <meta charset =" utf-8" >
55 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
6+ <link rel =" shortcut icon" href =" images/favicon.ico" />
67
78 <title >{{ title }}</title >
89
2122 <span class =" fa fa-fw fa-bars" ></span >
2223 </button >
2324 <a class =" navbar-brand" href =" {{ baseUrl }}/" >
25+ <img src =" {{ baseUrl }}/images/inengine-logo-32-alt.png" />
2426 {{ title | default (' The title' ) }}
2527 <small class =" hidden-xs hidden-sm" >
2628 {{ subTitle | default (' This is the default subtitle!' ) }}
3638 {% endif %}
3739 </div >
3840 <div class =" jumbotron text-center" >
39- <h1 >{{ title }}</h1 >
41+ <img src =" {{ baseUrl }}/images/inengine-header.png" />
42+ {# <h1>#}
43+ {# <img src="{{ baseUrl }}/images/inengine-header.svg" class="img-responsive" />#}
44+ {# {{ title }}#}
45+ {# </h1>#}
4046
4147 <p class =" lead" >{{ subTitle }}</p >
4248 </div >
You can’t perform that action at this time.
0 commit comments