Skip to content

Commit

Permalink
[SKIP] Add fancy title to the 68k page :3 #8
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Jul 31, 2024
1 parent 3553b06 commit 8ca1044
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions _layouts/68k.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
-->
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
</head>
<body>
<img width="320" src="{{ "/assets/img/banner_68k.jpg" | relative_url }}" alt="" />
<br />
<p>Experimental site for older computers :)</p>
{{ content }}
<br />
-- links and stuff in the future maybe --
</body>
<head>
<title>{{ page.title | default: site.title }} - 68k Edition</title>
</head>
<body>
<img width="320" src="{{ "/assets/img/banner_68k.jpg" | relative_url }}" alt="" />
<br />
<p>Experimental site for older computers :)</p>
{{ content }}
<br />
-- links and stuff in the future maybe --
</body>
</html>

0 comments on commit 8ca1044

Please sign in to comment.