Added favicon
This commit is contained in:
parent
ff9128bb77
commit
60547d713c
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
<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>
|
<title> Xavi's Hobbies </title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -51,6 +51,8 @@
|
|||||||
|
|
||||||
<h4 class="hobby_heading"><a href="/music">Music</a></h4>
|
<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>
|
<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>
|
<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>
|
<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>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}/css/style.css" />
|
<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>
|
<title> {{ .Title }} </title>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user