From 78c4d51769c1da460362cc791e94099e8ccb7272 Mon Sep 17 00:00:00 2001 From: thek4n Date: Thu, 16 Jul 2026 01:58:21 +0300 Subject: [PATCH] fix: content width --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- templates/base.html | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d83219c..5c06bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/lang/en/). +## `v0.5.3` - 16.07.2026 +### Fixed +- Fixed contend width + + +--- + + ## `v0.5.2` - 16.07.2026 ### Fixed - Fixed tables rendering diff --git a/Cargo.lock b/Cargo.lock index ee2c8f4..631c871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1188,7 +1188,7 @@ checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" [[package]] name = "mdpreview" -version = "0.5.2" +version = "0.5.3" dependencies = [ "askama", "askama_axum", diff --git a/Cargo.toml b/Cargo.toml index 5540fc2..491a468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdpreview" -version = "0.5.2" +version = "0.5.3" edition = "2024" authors = ["Vladislav Kan "] build = "build.rs" diff --git a/templates/base.html b/templates/base.html index 52bf184..8500080 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ - + {% block title %}Note{% endblock %}