diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-23 09:59:54 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-23 09:59:54 -0400 |
commit | c26669b864e7b81607c9ab14d57065d8d84c1445 (patch) | |
tree | e5238587b1c77b6d22b641e62ea592d789a0adac | |
parent | 0428b035d6131e2e29a61988603bedbc85de96a4 (diff) |
Change index heading for blog list, include top ID in nav
-rw-r--r-- | header.html | 2 | ||||
-rw-r--r-- | index.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/header.html b/header.html index 89ed43e..3415f5c 100644 --- a/header.html +++ b/header.html @@ -12,7 +12,7 @@ auto;max-width:650px;padding:1rem;}blockquote{border-left:4px solid;padding-left:5px;}img{max-width:100%;}pre{border:1px solid;overflow:auto;padding:5px;}table{text-align:left;width:100%;}.posts,#menu{list-style:none;padding:0;}.posts li{margin-bottom:8px;}.posts li span{display:block;font-size:90%;}#menu li{display:inline-block;margin-right:8px;}.footnotes{font-size:90%;}</style> </head> -<nav> +<nav id="top"> <a href="/">Home</a><span> | </span><a href="#menu">Menu ↓</a> </nav> @@ -17,4 +17,4 @@ Core tools are HTML, CSS, Ruby, JavaScript & WordPress. Currently improving my s * [My Coffee Maker Just Makes Coffee](/posts/one-thing) * [Blog Anonymously](https://anon.btxx.org) -## Articles & Tutorials +## Latest Posts |