Skip to content

Commit

Permalink
Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellman committed Feb 11, 2024
1 parent 94ec726 commit f7a422c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins:
- jekyll-sitemap

title: John Pellman - Systems Administrator
author: John Pellman
url: "https://libjpel.so"
baseurl: "" # the subpath of your site, e.g. /blog/
description: > # this means to ignore newlines until next key
Expand Down
7 changes: 3 additions & 4 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<header>

<h1>{{ site.author }}'s personal site</h1>
<h1>{{ site.title }}</h1>
<p>
<a href="{{ site.baseurl }}/">Home</a> &middot;
<a href="{{ site.baseurl }}/essays">Essays</a> &middot;
<a href="{{ site.baseurl }}/tutorials">Tutorials</a> &middot;
<a href="{{ site.baseurl }}/writings">Writings</a> &middot;
<a href="{{ site.baseurl }}/about">About</a> &middot;
<a href="{{ site.baseurl }}/contact">Contact</a>
<a href="{{ site.baseurl }}/projects">Projects</a> &middot;
</p>
<hr />

Expand Down

0 comments on commit f7a422c

Please sign in to comment.