summaryrefslogtreecommitdiffstats
path: root/index.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 /index.html
parent99250cae283c7483373eb5bbc9277137ced7a7ca (diff)
downloadwebsite-ac2aa1fee5674584c58acfe9c5b47e188582b1ca.tar.xz
holy massive dump
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 81f5cb5..6def314 100644
--- a/index.html
+++ b/index.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html>
<head>
-<!--# include file="partials/head.html" -->
+%include partials/head.html
<title>~/</title>
<link href="main.css" rel="stylesheet">
-
+<meta name=viewport content="width=device-width, initial-scale=1">
</head>
<body>
-<!--# include file="partials/header.html" -->
+%include partials/header.html
<div class="content">
<section id="about">
<h2>About me</h2>
@@ -38,6 +38,6 @@
</div>
</section>
</div>
-<!--# include file="partials/footer.html" -->
+%include partials/footer.html
</body>
</html>