Skip to content

Commit

Permalink
dynamic header title based on site.title from playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-terrana committed Aug 13, 2020
1 parent ff12006 commit a7ababe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="mdc-top-app-bar__row">
<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-start">
<img class="toolbar-logo" src="{{uiRootPath}}/img/jte.svg" viewBox="20 0 80 100" alt="Jenkins Templating Engine Logo">
<span class="mdc-top-app-bar__title">Solutions Delivery Platform</span>
<span class="mdc-top-app-bar__title">{{#if site.title}}{{site.title}}{{/if}}</span>
</section>

<section class="mdc-top-app-bar__section mdc-top-app-bar__section--align-end" role="toolbar">
Expand Down

0 comments on commit a7ababe

Please sign in to comment.