Skip to content

Commit 4a217f6

Browse files
Remove superfluous whitespace from page titles
1 parent 9c9fd0d commit 4a217f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="stylesheet" type="text/css" media="screen" href="/css/app/code_of_conduct.css">
2929
<link rel="stylesheet" type="text/css" media="screen" href="/css/app/ribbon.css">
3030

31-
<title>{% if page.title %} {{ page.title }} | {% endif %} Seattle GNU/Linux Conference</title>
31+
<title>{% if page.title %}{{ page.title }} | {% endif %}Seattle GNU/Linux Conference</title>
3232

3333
<script src="/js/jquery.min.js"></script>
3434
<script src="/js/bootstrap3.min.js"></script>

0 commit comments

Comments
 (0)