summaryrefslogtreecommitdiffstats
path: root/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/contact.html b/contact.html
index 89c8a8a..cf549fd 100644
--- a/contact.html
+++ b/contact.html
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
-<!--# include file="partials/head.html" -->
+%include partials/head.html
<title>~/contact/</title>
<link href="main.css" rel="stylesheet">
</head>
<body>
-<!--# include file="partials/header.html" -->
+%include partials/header.html
<div class="content">
<section id="contact">
<h2>Contact</h2>
@@ -27,6 +27,6 @@
</p>
</section>
</div>
-<!--# include file="partials/footer.html" -->
+%include partials/footer.html
</body>
</html>