docs
created pr with
130.1
cmds
checkout latest patchset:
ssh pr.pico.sh print 130 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 130.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 130
Patchset
130.1
docs: home.page.tmpl: Fix HTML validation errors
Noelle Leigh
2026-08-04T02:23:19ZFixes some issues found via the [W3C Nu HTML Checker][0]: * `herf` → `href` * `</div>` → `</article>` [0]: https://validator.w3.org/nu/?doc=https%3A%2F%2Fpico.sh%2F
Semantic diff summary
0 added,
0 modified,
0 signature changed,
0 removed
across 0 analyzed files
(1 file skipped: unsupported file type)
+2
-2
tmpl/home.page.tmpl
#
| ... | ... | @@ -193,9 +193,9 @@ Cya!</pre> | |
| 193 | 193 | <div class="box"> | |
| 194 | 194 | "SSH is kind of a secret hidden interface because of how nerdy it is, | |
| 195 | 195 | so I feel that it goes underappreciated sometimes." | |
| 196 | - | <a herf="https://news.ycombinator.com/item?id=43579419">fragmede</a> | |
| 196 | + | <a href="https://news.ycombinator.com/item?id=43579419">fragmede</a> | |
| 197 | 197 | </div> | |
| 198 | - | </div> | |
| 198 | + | </article> | |
| 199 | 199 | ||
| 200 | 200 | <div class="text-center"> | |
| 201 | 201 | <h3 class="text-lg inline-block">Ready to join?</h3> |