Adds a hook to insert body & head html. (#4843)

* Adds a hook to insert body html.

* Adds a hook to insert head html.
This commit is contained in:
Дамян Минков 2019-11-12 13:37:48 +00:00 committed by GitHub
parent 44970648ea
commit 5bdfae377f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 0 deletions

0
body.html Normal file
View File

0
head.html Normal file
View File

View File

@ -1,5 +1,6 @@
<html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html"> <html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
<head> <head>
<!--#include virtual="head.html" -->
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="content-type" content="text/html;charset=utf-8"> <meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -151,6 +152,7 @@
<!--#include virtual="static/settingsToolbarAdditionalContent.html" --> <!--#include virtual="static/settingsToolbarAdditionalContent.html" -->
</head> </head>
<body> <body>
<!--#include virtual="body.html" -->
<div id="react"></div> <div id="react"></div>
</body> </body>
</html> </html>