Skip to content

Commit d78c2c6

Browse files
author
mrmrs
committed
Fixing title reference.
1 parent ebc524e commit d78c2c6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,3 @@ exclude: _sass,.gitignore, README.md
4646

4747
# UnComment once you have pygments installed. Used for code syntax highlighting.
4848
#pygments: true
49-
#
50-
#

_includes/_head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66
<title>
7-
{{site.title}}
7+
{{site.name}}
88
</title>
99
<meta name="author" content="{{site.author}}">
1010
<meta name="description" content="{{site.descripiton}}">

0 commit comments

Comments
 (0)