summaryrefslogtreecommitdiffstats
path: root/blog.html
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-06 19:14:51 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-06 19:17:03 +0200
commitac2aa1fee5674584c58acfe9c5b47e188582b1ca (patch)
tree97f7fd713608428ba09eef61bac9d745570820e4 /blog.html
parent99250cae283c7483373eb5bbc9277137ced7a7ca (diff)
downloadwebsite-ac2aa1fee5674584c58acfe9c5b47e188582b1ca.tar.xz
holy massive dump
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/blog.html b/blog.html
index d222094..9f7da1f 100644
--- a/blog.html
+++ b/blog.html
@@ -1,19 +1,19 @@
<!DOCTYPE html>
<html>
<head>
-<!--# include file="partials/head.html" -->
+%include partials/head.html
<title>~/blog/</title>
<link href="main.css" rel="stylesheet">
</head>
<body>
-<!--# include file="partials/header.html" -->
+%include partials/header.html
<div class="content">
<section id="blog">
<h2>Blog</h2>
<p>These are not the droids you are looking for.</p>
</section>
</div>
-<!--# include file="partials/footer.html" -->
+%include partials/footer.html
</body>
</html>