Made it so publish date is checked for tales.

Basically it will check against the UTC time and see if a tale should be
shown. If not, it doesn't return it.
This commit is contained in:
2025-09-08 21:12:16 -04:00
parent fe87b2f195
commit 6e643f6aab
2 changed files with 28 additions and 15 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "tavern"
version = "0.2.7"
version = "0.2.8"
edition = "2024"
description = "A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus."
repository = "/CyberMages/tavern"