mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-10-31 18:36:31 +00:00
Append blog title to post titles to improve SEO
This commit is contained in:
parent
9df85fbbe5
commit
f1bf99c4ba
@ -7,7 +7,13 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
|
||||||
{{!-- Base Meta --}}
|
{{!-- 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="HandheldFriendly" content="True" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user