Skip to content

Commit

Permalink
Add page title in HTML <title> element
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Jun 19, 2017
1 parent c59e369 commit 4f01cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
<html>
<head>
<title>{{ site.name[page.lang] }}</title>
<title>{{ site.name[page.lang] }} - {{ page.title }}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
Expand Down

1 comment on commit 4f01cd3

@jbelien
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix #26

Please sign in to comment.