Edit Header and footer

This commit is contained in:
Xavi 2023-02-18 11:32:32 -08:00
parent 540921de33
commit 18987052ec
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,2 @@
<footer> <a href="{{ .Site.BaseURL }}/index.html">Home</a> </footer>

View File

@ -0,0 +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" />
<title> {{ .Title }} </title>
</head>