Merge branch 'blog-title-to-posts'

This commit is contained in:
ViViDboarder 2018-03-13 13:03:52 -07:00
commit 0a7f8e7e7f
1 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
{{!-- Base Meta --}}
<title>{{meta_title}}</title>
<title>
{{#is "post, page"}}
{{meta_title}} - {{@blog.title}}
{{else}}
{{meta_title}}
{{/is}}
</title>
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />