We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc00fad commit 8db91c6Copy full SHA for 8db91c6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "zine"
3
-version = "0.11.1"
+version = "0.12.0"
4
description = "A simple and opinionated tool to build your own magazine."
5
authors = ["Folyd"]
6
homepage = "https://github.com/zineland/zine"
templates/blocks/quote.jinja
@@ -1,8 +1,8 @@
<div class="relative my-6 p-8 bg-[#f8fafc]">
- <div class="not-prose my-6">
+ <div class="my-6">
<div class="flex items-center">
{% if quote.avatar -%}
- <img class="not-prose w-8 h-8 rounded-full !m-0 !mr-2" src="{{ quote.avatar }}"/>
+ <img class="w-8 h-8 rounded-full !m-0 !mr-2" src="{{ quote.avatar }}"/>
{% endif -%}
7
{% if quote.author -%}
8
<div class="text-lg font-bold">{{ quote.author }}</div>
0 commit comments