forked from github.com/blag
Added _layouts and _static dirs, with example files.
This commit is contained in:
27
_layouts/default.html
Normal file
27
_layouts/default.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>$title</title>
|
||||
<link rel="stylesheet" href="style.css" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="header">
|
||||
<div id="header_title">
|
||||
<a href="/">Bastian Venthur</a>
|
||||
</div>
|
||||
<div id="header_tagline">
|
||||
Lorem Ipsum
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="content">
|
||||
$content
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user