Create documentHeader.html and documentFooter.html includes
This commit is contained in:
parent
75717c7440
commit
6ba18ff641
4 changed files with 7 additions and 6 deletions
1
_includes/documentFooter.html
Normal file
1
_includes/documentFooter.html
Normal file
|
@ -0,0 +1 @@
|
|||
</html>
|
2
_includes/documentHeader.html
Normal file
2
_includes/documentHeader.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
|
@ -1,5 +1,4 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
{% include documentHeader.html %}
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
|
@ -72,4 +71,4 @@
|
|||
<script type="text/javascript">try{ clicky.init(100720523); }catch(e){}</script>
|
||||
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100720523ns.gif" /></p></noscript>
|
||||
</body>
|
||||
</html>
|
||||
{% include documentFooter.html %}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
{% include documentHeader.html %}
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||
|
@ -56,4 +55,4 @@
|
|||
<script type="text/javascript">try{ clicky.init(100720523); }catch(e){}</script>
|
||||
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100720523ns.gif" /></p></noscript>
|
||||
</body>
|
||||
</html>
|
||||
{% include documentFooter.html %}
|
||||
|
|
Loading…
Add table
Reference in a new issue