From e31bfb36dbed289a6f6423d62101de33f28bbaf2 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Fri, 16 Aug 2024 09:36:53 +0200 Subject: [PATCH] Change text of Read More links (2) --- src/templates/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/index.tsx b/src/templates/index.tsx index 3053736..04e4e72 100644 --- a/src/templates/index.tsx +++ b/src/templates/index.tsx @@ -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