Skip to content

Commit e122e1f

Browse files
committed
Fix index.html template.
1 parent 76b43a0 commit e122e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>{{ .Site.Title }}</title>
6+
<title>{{ .Title }}</title>
77
<style>
88
body{margin: 0}
99
.text-gray-900{color: rgb(17 24 39)}

0 commit comments

Comments
 (0)