Browse Source

Removed not use itemscope and itemtype attributes.

pull/13/merge
Simon Eisenmann 12 years ago
parent
commit
161b804aec
  1. 2
      html/main.html

2
html/main.html

@ -1,5 +1,5 @@
<%define "mainPage"%><!doctype html> <%define "mainPage"%><!doctype html>
<html class="no-js" itemscope="itemscope" itemtype="http://schema.org/WebPage"> <html class="no-js">
<head> <head>
<%template "head" .%> <%template "head" .%>
</head> </head>

Loading…
Cancel
Save