Skip to content

Commit 1b8d7af

Browse files
committed
set title in main layout
1 parent 38df529 commit 1b8d7af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>{{ page.title }}</title>
45
<meta charset="utf-8">
56
<link rel='stylesheet' type='text/css' href='/stylesheets/style.css' />
67
<link rel='stylesheet' type='text/css' href='/stylesheets/pygments.css' />

0 commit comments

Comments
 (0)