half-working version 1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page.title }}</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
</head>
|
||||
<div id='head'>
|
||||
{% include header.html %}
|
||||
</div>
|
||||
|
||||
<div class='content'>{{ content }}</div>
|
||||
<div id='foot'>
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</html>
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p>{{ page.date | date_to_string }} - {{ page.author }}</p>
|
||||
|
||||
{{ content }}
|
||||
Reference in New Issue
Block a user