Skip to content

Commit f4791a8

Browse files
author
transpute
committed
adjust html title
1 parent e7773d3 commit f4791a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta name="viewport" content="width=device-width">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55

6-
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
6+
<title>{% if page.title %}{{ site.title }} - {{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
77
<meta name="description" content="{{ site.description }}">
88

99
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">

0 commit comments

Comments
 (0)