mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added missing lang attribute to html tag for AMP
refs https://github.com/ampproject/amphtml/blob/main/docs/spec/amp-html-components.md SEMRush was giving back issues on AMP analysis due to this missing attribute
This commit is contained in:
parent
5492e64988
commit
182a07278d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html ⚡>
|
||||
<html ⚡ lang="{{@site.locale}}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
|
||||
|
|
Loading…
Add table
Reference in a new issue