mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
show page.title first, best practice for SEO and usability (e.g. bookmarks)
This commit is contained in:
parent
94ac191181
commit
1d4c46aeda
@ -4,7 +4,7 @@
|
||||
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{site.title}}{% if page.title %}: {{page.title}}{% endif %}</title>
|
||||
<title>{% if page.title %}{{page.title}} « {% endif %}{{site.title}}</title>
|
||||
<meta name="author" content="{{site.author}}">
|
||||
{% if page.description %}
|
||||
<meta name="description" content="{{page.description}}"/>
|
||||
|
Loading…
Reference in New Issue
Block a user