Skip to content

Commit 920e91c

Browse files
committed
Fix bug with title
This was bothering me for years
1 parent 5e6cecb commit 920e91c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<title>Wendy Liu :: {{ page.title }}</title>
8+
<title>{% if page.title %}Wendy Liu :: {{ page.title }}{% else %}Wendy Liu{% endif %}</title>
99
<link rel="alternate" type="application/rss+xml" title="dellsystem.me" href="https://dellsystem.me/rss.xml" />
1010
<link rel="alternate" type="application/atom+xml" title="dellsystem.me" href="https://dellsystem.me/atom.xml" />
1111
<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet" type="text/css">

0 commit comments

Comments
 (0)