Checkpoint

This commit is contained in:
Madison Scott-Clary
2021-09-01 21:36:16 -07:00
parent 117330b2cd
commit 5d25ae8f94
59 changed files with 2840 additions and 15 deletions

View File

@ -1,3 +1,8 @@
<head>
<title>{{ .Title }}</title>
</head>
<header>
<h1>{{ .Site.Title }}</h1>
<nav>
<ul>
<li><a href="/">Home</a></li>
</ul>
</nav>
</header>