Added favicon

This commit is contained in:
Xavi 2023-02-19 08:59:14 -08:00
parent ff9128bb77
commit 60547d713c
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="shortcut icon" type="image/ico" href="./images/nuke.ico" />
<link rel="shortcut icon" type="image/ico" href="/nuke.ico" />
<title> Xavi's Hobbies </title>
</head>
<body>
@ -51,6 +51,8 @@
<h4 class="hobby_heading"><a href="/music">Music</a></h4>
<p class="description"> I'll post my banjo dittys and what methods I use to make people who don't play instruments think that I am good. I mostly play clawhammer banjo. I particularly like songs from the mountains of Appalachia.<p>
<h4 class="hobby_heading"><a href="/home_lab">Home Lab</a></h4>
<p class="description"> What if the world explodes and I can't make a NERF Turret that shoots people in the face. Better make sure I'm ready.
<h4 class="hobby_heading"><a href="/car_restoration">Car "Restoration"</a></h4>
<p class="description"> Oh boy, am I way over my head on this one. I'll post how I chose to destroy my 1985 Nissan 300z for the week. I have no idea what I am doing here. What is a camshaft?</p>

View File

@ -1,5 +1,5 @@
<head>
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/style.css" />
<link rel="shortcut icon" type="image/ico" href="images/nuke.ico" />
<link rel="shortcut icon" type="image/ico" href="/nuke.ico" />
<title> {{ .Title }} </title>
</head>