Update the Header/Footer templates since the API changed.

main
Zed A. Shaw 2 years ago
parent cb24485a5e
commit 2939223586
  1. 2
      commands/templates/client/Footer.svelte
  2. 2
      commands/templates/rendered/Footer.svelte

@ -35,7 +35,7 @@
<footer>
<column>
<a id="logo" style="color: var(--value9);" href="/">LJSTHW</a>
<a id="logo" style="color: var(--value9);" href="/">BIG CO</a>
<p>
Learn JavaScript the Hard Way, a

@ -1,7 +1,7 @@
<script>
import markdown from "$/lib/blog.js";
const posts = markdown.index("rendered/posts");
const posts = markdown.load("rendered/posts");
</script>
<style>

Loading…
Cancel
Save