Skip to content

Commit 0f5c2a7

Browse files
committed
Build commit daab672
1 parent 5a637f8 commit 0f5c2a7

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://qunitjs.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://qunitjs.com/" rel="alternate" type="text/html" hreflang="en" /><updated>2025-01-26T01:06:19+00:00</updated><id>https://qunitjs.com/feed.xml</id><title type="html">QUnit</title><subtitle>The powerful, easy-to-use JavaScript testing framework.</subtitle><entry><title type="html">QUnit 2.24.1 Released: Bug fixes</title><link href="https://qunitjs.com/blog/2025/01/25/qunit-2-24-1/" rel="alternate" type="text/html" title="QUnit 2.24.1 Released: Bug fixes" /><published>2025-01-25T00:00:00+00:00</published><updated>2025-01-25T00:00:00+00:00</updated><id>https://qunitjs.com/blog/2025/01/25/qunit-2-24-1</id><content type="html" xml:base="https://qunitjs.com/blog/2025/01/25/qunit-2-24-1/"><![CDATA[<h3 id="fixed">Fixed</h3>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://qunitjs.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://qunitjs.com/" rel="alternate" type="text/html" hreflang="en" /><updated>2025-01-27T00:37:19+00:00</updated><id>https://qunitjs.com/feed.xml</id><title type="html">QUnit</title><subtitle>The powerful, easy-to-use JavaScript testing framework.</subtitle><entry><title type="html">QUnit 2.24.1 Released: Bug fixes</title><link href="https://qunitjs.com/blog/2025/01/25/qunit-2-24-1/" rel="alternate" type="text/html" title="QUnit 2.24.1 Released: Bug fixes" /><published>2025-01-25T00:00:00+00:00</published><updated>2025-01-25T00:00:00+00:00</updated><id>https://qunitjs.com/blog/2025/01/25/qunit-2-24-1</id><content type="html" xml:base="https://qunitjs.com/blog/2025/01/25/qunit-2-24-1/"><![CDATA[<h3 id="fixed">Fixed</h3>
22
33
<ul>
44
<li>CLI: Fix TAP compliance for actual/expected indent and skip/todo colors. <a href="https://github.com/qunitjs/qunit/commit/b4d48fc7107936b26d84b632b2c2782e368ea64c">b4d48fc710</a></li>

index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,12 @@ <h2 id="current-release">Current Release</h2>
149149

150150
<h2 id="join-the-community">Join the Community</h2>
151151

152-
<p class="lead lead--center">Join us on <a href="https://fosstodon.org/@qunit">Mastodon</a>, <a href="https://bsky.app/profile/qunitjs.com">Bluesky</a>, or <a href="/intro/#support">Matrix chat</a>.</p>
153-
154-
<p>To contribute:</p>
152+
<p class="lead">Follow us on <a href="https://fosstodon.org/@qunit">Mastodon</a> or <a href="https://bsky.app/profile/qunitjs.com">Bluesky</a></p>
155153

156154
<ul>
157-
<li><a href="https://github.com/qunitjs/qunit">Watch the repository</a> to learn about release, new requests, or bug reports.</li>
158-
<li>The source of this website, is in the <a href="https://github.com/qunitjs/qunit/tree/main/docs">“docs/” directory</a>.</li>
155+
<li><a href="/intro/#support">Support &amp; Chat</a>, for if you get stuck or need help.</li>
156+
<li><a href="https://github.com/qunitjs/qunit">Watch the repository</a>, to find out about new release.</li>
157+
<li>The source of this website is in the <a href="https://github.com/qunitjs/qunit/tree/main/docs">“docs/” directory</a>.</li>
159158
</ul>
160159

161160
<hr />

intro/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h2 id="support">Support</h2>
103103

104104
<h2 id="chat">Chat</h2>
105105

106-
<p>If you need help, join us in our chat room on Matrix at <code class="language-plaintext highlighter-rouge">#qunitjs_qunit:gitter.im</code>:</p>
106+
<p>If you need help, or want to participate in sharing and discussing ideas, join us in the chat room on Matrix at <code class="language-plaintext highlighter-rouge">#qunitjs_qunit:gitter.im</code>:</p>
107107

108108
<ul>
109109
<li><strong><a href="https://app.gitter.im/#/room/#qunitjs_qunit:gitter.im">Gitter web client</a></strong>, browse the room as guest.</li>

0 commit comments

Comments
 (0)