Improve literature heading hierarchy with section H2 and document H3 titles

This commit is contained in:
gator 2026-03-11 01:39:25 +00:00
parent d9080610f7
commit 55b98bb02d

View file

@ -13,10 +13,11 @@
<section class="section">
<div class="container docs-list">
<h2>Document library</h2>
<% (config.literature || []).forEach((doc) => { %>
<article class="doc-row reveal" data-reveal>
<div>
<h2><%= doc.title %></h2>
<h3><%= doc.title %></h3>
<p>Reference document</p>
</div>
<a href="<%= doc.url %>" target="_blank" rel="noopener noreferrer" class="btn btn-primary">Open PDF</a>