Use a base page layout that permits better footers
This commit is contained in:
parent
7b69e9ad9f
commit
9353b2ff1f
4 changed files with 109 additions and 135 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html class="no-js" lang="en">
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
|
@ -14,16 +14,12 @@
|
|||
<title>tlater.net</title>
|
||||
</head>
|
||||
|
||||
<body class="is-dark">
|
||||
<body>
|
||||
<block name="navigation">
|
||||
<include src="lib/html/navigation.html"></include>
|
||||
</block>
|
||||
<!-- <include src="lib/html/message-flash.html"></include> -->
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<block name="content"></block>
|
||||
</div>
|
||||
</section>
|
||||
<block name="content"></block>
|
||||
|
||||
<block name="footer"></block>
|
||||
</body>
|
||||
|
|
|
|||
Reference in a new issue