Skip to content

Commit

Permalink
forgot to rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
silky committed May 7, 2024
1 parent 8a59202 commit 165a6ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/_site/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ caveats we should be aware of?</p>
<p>Let’s take the example of uploading an image and converting it from a PNG to a
JPG.</p>
<p>Naturally, HTMX can do the happy-path, when there are no errors, easily. We
define the form, with the special</p>
define the form, with the <a href="https://htmx.org/reference/">HTMX attributes</a> to
define how the DOM changes based on the result:</p>
<div class="sourceCode" id="cb2"><pre class="sourceCode html"><code class="sourceCode html"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co">&lt;!-- index.html --&gt;</span></span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="kw">&lt;script</span> <span class="er">src</span><span class="ot">=</span><span class="st">&quot;https://unpkg.com/htmx.org@1.9.11&quot;</span><span class="kw">&gt;&lt;/script&gt;</span></span>
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a>...</span>
Expand Down
3 changes: 2 additions & 1 deletion src/_site/posts/htmx-haskell-interview.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ <h2 id="solution">Solution</h2>
<p>Let’s take the example of uploading an image and converting it from a PNG to a
JPG.</p>
<p>Naturally, HTMX can do the happy-path, when there are no errors, easily. We
define the form, with the special</p>
define the form, with the <a href="https://htmx.org/reference/">HTMX attributes</a> to
define how the DOM changes based on the result:</p>
<div class="sourceCode" id="cb2"><pre class="sourceCode html"><code class="sourceCode html"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="co">&lt;!-- index.html --&gt;</span></span>
<span id="cb2-2"><a href="#cb2-2" aria-hidden="true" tabindex="-1"></a><span class="kw">&lt;script</span> <span class="er">src</span><span class="ot">=</span><span class="st">&quot;https://unpkg.com/htmx.org@1.9.11&quot;</span><span class="kw">&gt;&lt;/script&gt;</span></span>
<span id="cb2-3"><a href="#cb2-3" aria-hidden="true" tabindex="-1"></a>...</span>
Expand Down

0 comments on commit 165a6ea

Please sign in to comment.