Skip to content

Commit 89765b8

Browse files
committed
Add themeTitle
1 parent 8b633a5 commit 89765b8

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/app/app-layout.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: _main-layout
3+
themeTitle: ModularAdmin
34
---
45
<div class="main-wrapper">
56
<div class="app" id="app">

src/auth/login/login-page.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: auth/auth-layout
3+
themeTitle: ModularAdmin
34
---
45
<div class="auth-container">
56
<div class="card">

src/auth/reset/reset-page.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: auth/auth-layout
3+
themeTitle: ModularAdmin
34
---
45
<div class="auth-container">
56
<div class="card">

src/auth/signup/signup-page.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: auth/auth-layout
3+
themeTitle: ModularAdmin
34
---
45
<div class="auth-container">
56
<div class="card">

0 commit comments

Comments
 (0)