Description: Fix Liquid syntax error reported during docs build
Author: Nick Morrott <knowledgejunkie@gmail.com>
Bug: https://github.com/ARMmbed/yotta/pull/844
Last-Update: 2018-12-29
---
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -2,7 +2,7 @@
 <html lang="en">
   <head>
     <meta charset="utf-8">
-    <title>yotta Documentation{% if page.title }%} - {{page.title}}{% endif %}</title>
+    <title>yotta Documentation{% if page.title %} - {{page.title}}{% endif %}</title>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="description" content="">
     <meta name="author" content="">
