diff options
Diffstat (limited to '_header.html')
-rw-r--r-- | _header.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_header.html b/_header.html new file mode 100644 index 0000000..67e2122 --- /dev/null +++ b/_header.html @@ -0,0 +1,9 @@ +<!-- Content placed here will appear directly after the opening <body> tag --> +<nav> + <a href="/">Home</a><span> / </span> + <a href="/blog">Blog</a><span> / </span> + <a href="/tweaks.html">Tweaks</a><span> / </span> + <a href="https://git.btxx.org/pblog">Download</a> +</nav> +<!-- Do not remove this opening article element --> +<article> |