Skip to content

Commit

Permalink
Release version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed Mar 7, 2023
1 parent bc00fad commit 8db91c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zine"
version = "0.11.1"
version = "0.12.0"
description = "A simple and opinionated tool to build your own magazine."
authors = ["Folyd"]
homepage = "https://github.com/zineland/zine"
Expand Down
4 changes: 2 additions & 2 deletions templates/blocks/quote.jinja
Original file line number Diff line number Diff line change
@@ -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 -%}
{% if quote.author -%}
<div class="text-lg font-bold">{{ quote.author }}</div>
Expand Down

0 comments on commit 8db91c6

Please sign in to comment.