Skip to content

Commit

Permalink
Change text of Read More links (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
smack0007 authored Aug 16, 2024
1 parent 2ec612b commit e31bfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { html, Post } from "~/compiler/index.ts";
import { encode, html, Post } from "~/compiler/index.ts";
import { PostHeaderTemplate } from "./postHeader.tsx";

export const IndexTemplate = (posts: Post[]) => posts
Expand Down

0 comments on commit e31bfb3

Please sign in to comment.