We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6cecb commit 920e91cCopy full SHA for 920e91c
1 file changed
_layouts/default.html
@@ -5,7 +5,7 @@
5
<head>
6
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
7
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8
- <title>Wendy Liu :: {{ page.title }}</title>
+ <title>{% if page.title %}Wendy Liu :: {{ page.title }}{% else %}Wendy Liu{% endif %}</title>
9
<link rel="alternate" type="application/rss+xml" title="dellsystem.me" href="https://dellsystem.me/rss.xml" />
10
<link rel="alternate" type="application/atom+xml" title="dellsystem.me" href="https://dellsystem.me/atom.xml" />
11
<link href="https://fonts.googleapis.com/css?family=Lora" rel="stylesheet" type="text/css">
0 commit comments