fix validator error: itemprop must belong to a type

This commit is contained in:
Michael Romero 2018-11-12 23:53:50 -08:00
commit 48387349e0

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ .Lang }}">
<html lang="{{ .Lang }}" itemscope itemtype="http://schema.org/WebPage">
<head>
{{ partial "head.html" . }}
</head>