Skip to content

Commit

Permalink
add title to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kciy committed Aug 9, 2023
1 parent cba807c commit ab4d2b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta charset="utf-8" />
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content=REPLACE_META_DESCRIPTION />
<title>Home | REPLACE_SECTION_NAME</title>
<meta name="description" content="REPLACE_META_DESCRIPTION" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
Expand Down

0 comments on commit ab4d2b4

Please sign in to comment.