summaryrefslogtreecommitdiff
path: root/bookshelf.html
diff options
context:
space:
mode:
authorJJ2023-05-03 08:50:52 +0000
committerJJ2023-05-03 09:16:27 +0000
commit52e99050572d0b922f76266134383bfc66be8eca (patch)
tree6fd78db133f8692edc85540f3da0a81932f2f772 /bookshelf.html
parent7570754bf85b6c018ca9a7fc90a1e677600c899f (diff)
Switch to new domain and switch back to Jekyll
Diffstat (limited to 'bookshelf.html')
-rw-r--r--bookshelf.html28
1 files changed, 5 insertions, 23 deletions
diff --git a/bookshelf.html b/bookshelf.html
index 7387b9c..ad47a45 100644
--- a/bookshelf.html
+++ b/bookshelf.html
@@ -1,25 +1,9 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>j-james | bookshelf</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"/>
+---
+layout: default
+title: bookshelf
+---
<link rel="stylesheet" href="css/bookshelf.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>
+ {% include header.html %}
<main>
<h2>Classics</h2>
<div class="shelf" id="classics">
@@ -199,5 +183,3 @@
</div>
<hr>
</main>
-</body>
-</html>