You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Use h1 element for project title instead of div
Improves semantic HTML and SEO by using a proper heading element.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{%- endblock title -%}
|
||||
|
||||
{%- block main -%}
|
||||
<div class="title">{{ page.title }}</div>
|
||||
<h1 class="title">{{ page.title }}</h1>
|
||||
|
||||
<div class="links">
|
||||
<a href="https://github.com/uutils/{{page.title}}">Repository</a>
|
||||
|
||||
Reference in New Issue
Block a user