]> git.lizzy.rs Git - frontend-next.git/blobdiff - src/routes/api.svelte
feat: image homepages
[frontend-next.git] / src / routes / api.svelte
index a6476da1214fd87df32c0e0d9eed6e0a57101216..e377783bf04848781205050964d6f0c0a27442fe 100644 (file)
@@ -49,6 +49,6 @@ SPDX-License-Identifier: GPL-3.0-only -->
     <p>Fetching API README...</p>
   {:else}
     {@html rst2html(rst)}
-    <p>RST to HTML time: {rstTime}ms</p>
+    <p>Double rst_to_html_time = {rstTime}; /* ms */</p>
   {/if}
 </section>