We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35b9b5 commit 57e6c02Copy full SHA for 57e6c02
1 file changed
blog_index.html
@@ -47,6 +47,16 @@ <h3 class="blog-title"><a href="./blog/01.html">Learning while building a basic
47
<a href="./blog/01.html" class="read-more">Read more →</a>
48
</li>
49
</ul>
50
+ <ul class="blog-list">
51
+ <li class="blog-item">
52
+ <h3 class="blog-title"><a href="./blog/02.html">Huge websites</a></h3>
53
+ <!-- <div class="blog-meta">
54
+ <span class="date">April 15, 2025</span> | <span class="category">Accessibility</span>
55
+ </div> -->
56
+ <p class="blog-excerpt">Exploiting capabilities of static websites.</p>
57
+ <a href="./blog/02.html" class="read-more">Read more →</a>
58
+ </li>
59
+ </ul>
60
</section>
61
<header>
62
<h1>Community Blog Posts</h1>
0 commit comments