Browse Source

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

* Adds a hook to insert body html.

* Adds a hook to insert head html.
master
Дамян Минков 4 years ago
parent
commit
5bdfae377f
No account linked to committer's email address
3 changed files with 2 additions and 0 deletions
  1. 0
    0
      body.html
  2. 0
    0
      head.html
  3. 2
    0
      index.html

+ 0
- 0
body.html View File


+ 0
- 0
head.html View File


+ 2
- 0
index.html View File

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

Loading…
Cancel
Save