fixing layout system for standalone
This commit is contained in:
parent
1f20e40db2
commit
92a3fdd31a
|
@ -1,4 +1,13 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
|
{% include metahead.html %}
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{% include navmenu.html %}
|
||||||
|
<div id="content">
|
||||||
|
{% include videopageheader.html %}
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
10
about.md
10
about.md
|
@ -7,13 +7,6 @@ poster: intro_loop_.png
|
||||||
thumb: intro_loop_.png
|
thumb: intro_loop_.png
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
<head>
|
|
||||||
{% include metahead.html %}
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
{% include navmenu.html %}
|
|
||||||
<div id="content">
|
|
||||||
{% include videopageheader.html %}
|
|
||||||
<div class="fitter">
|
<div class="fitter">
|
||||||
<div class="articles">
|
<div class="articles">
|
||||||
<h1 class="editable">Web 3.0</h1>
|
<h1 class="editable">Web 3.0</h1>
|
||||||
|
@ -49,6 +42,5 @@ layout: default
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue