Skip to content

Commit 71f6385

Browse files
committed
fix: title
1 parent 52e3ff4 commit 71f6385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://jsbin.com/"
1+
baseURL = "/"
22
languageCode = "en-gb"
33
title = "JS Bin help"
44
# theme = "hyde"

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html id="page">
33
<head>
44
<meta charset="utf-8">
5-
<title></title>
5+
<title>{{ .Title }}</title>
66
<meta name="viewport" content="width=device-width">
77
<meta name="description" content="JS Bin help documentation, tips, tricks, features and blog">
88
<link rel="icon" href="/images/favicon.png">

0 commit comments

Comments
 (0)