dashboard / erock/docs / docs: home.page.tmpl: Fix HTML validation errors #130 rss

open · opened on 2026-08-04T02:36:12Z by noelle
Help
checkout latest patchset:
ssh pr.pico.sh print pr-130 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print ps-X | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 130
add review to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add --review 130
accept PR:
ssh pr.pico.sh pr accept 130
close PR:
ssh pr.pico.sh pr close 130
Timeline Patchsets

Patchset ps-222

Back to top
Fixes 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
+2 -2 tmpl/home.page.tmpl link
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
diff --git a/tmpl/home.page.tmpl b/tmpl/home.page.tmpl
index 838f2be..1b9a1f1 100644
--- a/tmpl/home.page.tmpl
+++ b/tmpl/home.page.tmpl
@@ -193,9 +193,9 @@ Cya!</pre>
         <div class="box">
           "SSH is kind of a secret hidden interface because of how nerdy it is,
           so I feel that it goes underappreciated sometimes."
-          <a herf="https://news.ycombinator.com/item?id=43579419">fragmede</a>
+          <a href="https://news.ycombinator.com/item?id=43579419">fragmede</a>
         </div>
-      </div>
+      </article>
 
       <div class="text-center">
         <h3 class="text-lg inline-block">Ready to join?</h3>