Skip to content

Commit 8af311d

Browse files
committed
Fix Jekyll build warning.
1 parent 3db23bd commit 8af311d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
{% if page.title -%}
5+
{% if page.title %}
66
<title>{{ page.title }} | NodeBox</title>
7-
{% else -%}
7+
{% else %}
88
<title>NodeBox</title>
9-
{% endif -%}
9+
{% endif %}
1010
<meta name="author" content="Experimental Media Research Group">
1111

1212
<!--[if lt IE 9]>

0 commit comments

Comments
 (0)