Skip to content

Commit 8db91c6

Browse files
committed
Release version 0.12.0
1 parent bc00fad commit 8db91c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zine"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
description = "A simple and opinionated tool to build your own magazine."
55
authors = ["Folyd"]
66
homepage = "https://github.com/zineland/zine"

templates/blocks/quote.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="relative my-6 p-8 bg-[#f8fafc]">
2-
<div class="not-prose my-6">
2+
<div class="my-6">
33
<div class="flex items-center">
44
{% if quote.avatar -%}
5-
<img class="not-prose w-8 h-8 rounded-full !m-0 !mr-2" src="{{ quote.avatar }}"/>
5+
<img class="w-8 h-8 rounded-full !m-0 !mr-2" src="{{ quote.avatar }}"/>
66
{% endif -%}
77
{% if quote.author -%}
88
<div class="text-lg font-bold">{{ quote.author }}</div>

0 commit comments

Comments
 (0)