diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-07-01 16:23:43 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-07-01 16:23:43 -0400 |
| commit | 088c87bcb58be576308da503d4f11a68843c5013 (patch) | |
| tree | 4299b974a40b22fcc9d1d2df0a67810f1e61d50c /_includes/footer.html | |
Initial new commit
Diffstat (limited to '_includes/footer.html')
| -rw-r--r-- | _includes/footer.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..1f27e5a --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,17 @@ +<footer> + <p>This is my footer. There are many like it but this one is mine.</p> + <nav id="menu"> + <ul> + <li><a href="/">Home</a></li> + <li><a href="/posts">Posts</a></li> + <li><a href="/wiki">Wiki</a></li> + <li><a href="/projects">Projects</a></li> + <li><a href="/colophon">Colophon</a></li> + <li><a href="/uses">Uses</a></li> + <li><a href="/pizza">Pizza</a></li> + <li><a href="/recipes">Recipes</a></li> + <li><a href="/now">Now</a></li> + <li><a href="/resume">Resume</a></li> + </ul> + </nav> +</footer> |
