Skip to content

Commit

Permalink
a stupid error on my part that took me way too long to diagnose. All …
Browse files Browse the repository at this point in the history
…good.
  • Loading branch information
j-miskill committed Apr 3, 2024
1 parent 71004e5 commit fafc22f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>{{ page.title }}</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: writing
layout: default
---
<h1>{{ page.title }}</h1>
<p class="meta">{{ page.date | date_to_string }}</p>
Expand Down
25 changes: 0 additions & 25 deletions _layouts/writing.html

This file was deleted.

2 changes: 1 addition & 1 deletion writing/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: writing
layout: default
title: Writing
---
<h1>{{ page.title }}</h1>
Expand Down

0 comments on commit fafc22f

Please sign in to comment.