From 95fbdfece3100bbac04b9c884656a427318df068 Mon Sep 17 00:00:00 2001 From: TayzenDev <110170236+TayzenDev@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:23:41 +0100 Subject: [PATCH] fix: v1.3.1: fix the metadatas rendering --- CHANGELOG.md | 6 ++++++ README.md | 6 +++--- deno.json | 2 +- server.tsx | 6 ++++-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c702efc..38da62e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## 1.3.1 - 2025-02-01 + +### Fixed + +- Fix the posts rendering, the metadatas were not displayed + ## 1.3.0 - 2025-01-31 ### Added diff --git a/README.md b/README.md index ac623e9..9dfea09 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A demo is available at this URL: [Smallblog Demo](https://smallblog-demo.tayzen. Create a new directory in your smallweb folder (or in any folder where you want to host the Deno project), add a `main.tsx` and paste this content in it: ```tsx -import { Smallblog } from "jsr:@tayzendev/smallblog@1.3.0"; +import { Smallblog } from "jsr:@tayzendev/smallblog@1.3.1"; export default new Smallblog(); ``` @@ -181,7 +181,7 @@ In this example you can see a list of objects with the `name` and `path` attribu Minimal `main.tsx` to quick-start a project (as shown above): ```tsx -import { Smallblog } from "jsr:@tayzendev/smallblog@1.3.0"; +import { Smallblog } from "jsr:@tayzendev/smallblog@1.3.1"; export default new Smallblog(); ``` @@ -190,7 +190,7 @@ A `main.tsx` with more parameters: ```tsx import { html } from "hono/html"; -import { Smallblog } from "jsr:@tayzendev/smallblog@1.3.0"; +import { Smallblog } from "jsr:@tayzendev/smallblog@1.3.1"; const customBodyScript = await html`