diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-23 09:55:23 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-23 09:55:23 -0400 |
commit | 64f8720536d0572c6a4878f6ed178a4b062bf6ab (patch) | |
tree | 25c3b10752f3e579c271692a5dc2f5a765bc50e4 | |
parent | d2a6023d2bf19b08ca61baf809a8b3b526e41169 (diff) |
Include proper top ID ref, add comment in root index
-rw-r--r-- | header.html | 2 | ||||
-rw-r--r-- | index.md | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/header.html b/header.html index ea4e8e3..ea7c0b9 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> @@ -13,4 +13,6 @@ The "w" is silent... You can learn more by reading [the official README](https://git.sr.ht/~bt/wruby). -## Articles +## Latest Posts + +[comment]: # (Your latest posts will be added here on build) |