Skip to content

Commit

Permalink
[9.x] Add title tag in mail template (#45859)
Browse files Browse the repository at this point in the history
* Add title tag in mail template

* Update layout.blade.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
ankurk91 and taylorotwell committed Jan 30, 2023
1 parent 4f98562 commit 32fb78d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Mail/resources/views/html/layout.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{{ config('app.name') }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="color-scheme" content="light">
Expand Down

0 comments on commit 32fb78d

Please sign in to comment.