Add itemscope for WebPage
This commit is contained in:
parent
2c7d3771f9
commit
f29347d424
|
@ -24,7 +24,7 @@
|
|||
<script src="{{ site.url }}/assets/js/modernizr.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body itemscope itemtype="http://schema.org/WebPage">
|
||||
<div class="contain-to-grid">
|
||||
<nav class="top-bar" data-topbar>
|
||||
<ul class="title-area">
|
||||
|
|
Loading…
Reference in New Issue