Skip to content

Commit

Permalink
add itemscope
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Jul 23, 2020
1 parent 7db1152 commit 8aac5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}">
<html itemscope itemtype="http://schema.org/WebPage" lang="{{ .Site.Language.Lang }}">

<head>
{{ partial "head/meta" . }}
Expand Down

0 comments on commit 8aac5df

Please sign in to comment.