summaryrefslogtreecommitdiff
path: root/projects.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects.html')
-rw-r--r--projects.html28
1 files changed, 5 insertions, 23 deletions
diff --git a/projects.html b/projects.html
index 3515b30..3ca6127 100644
--- a/projects.html
+++ b/projects.html
@@ -1,25 +1,7 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>j-james | projects</title>
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width"/>
- <link rel="icon" type="image/jpg" href="assets/compass.jpg"/>
- <link rel="stylesheet" href="css/style.css"/>
-</head>
-<body>
- <header>
- <h1>
- <a href="https://j-james.me">j-james</a>
- </h1>
- <nav>
- <a href="https://j-james.me/about">about</a>
- <a href="https://j-james.me/resume">resume</a>
- <a href="https://j-james.me/posts">posts</a>
- <a href="https://j-james.me/writeups">writeups</a>
- </nav>
- </header>
+---
+layout: default
+title: projects
+---
+ {% include header.html %}
<br>
<span>Under Construction</span>
-</body>
-</html>