michaelchadwick/ember-remember-stuff

View on GitHub
packages/frontend/app/templates/head.hbs

Summary

Maintainability
Test Coverage
<title>
  ({{this.model.envTitle}})
  {{#if this.model.routeTitle}}
    {{this.model.routeTitle}}
    |
    {{this.model.title}}
  {{else}}
    {{this.model.title}}
  {{/if}}
</title>

{{! template-lint-disable no-forbidden-elements }}
<meta property="og:title" content={{this.model.ogTitle}} />

<link rel="shortcut icon" href="/assets/icons/favicon-{{this.model.faviconType}}32.png" />
<link rel="icon" href="/assets/icons/favicon-{{this.model.faviconType}}32.png" />