1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

add hreflang rel links

This commit is contained in:
Simon Holywell 2017-03-29 12:11:56 +10:00
parent 90bbf0b4d9
commit c348ba85be

View file

@ -27,6 +27,9 @@
<link href="http://plus.google.com/+SimonHolywell" rel="author">
<link rel="canonical" href="{{ site.url }}">
<link rel="alternate" hreflang="x-default" href="{{ site.url }}">
<link rel="alternate" hreflang="ja" href="{{ site.url }}/ja/">
<link rel="alternate" hreflang="zh" href="{{ site.url }}/zh/">
</head>
<body itemscope itemtype="http://schema.org/TechArticle">
<meta itemprop="wordCount" content="{{ content | number_of_words }}">