From 8db91c63b5e83d8abbf335a4dc432c00d24a9ccd Mon Sep 17 00:00:00 2001 From: Folyd Date: Wed, 8 Mar 2023 00:30:41 +0800 Subject: [PATCH] Release version 0.12.0 --- Cargo.toml | 2 +- templates/blocks/quote.jinja | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b63bfdb..46d3307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/templates/blocks/quote.jinja b/templates/blocks/quote.jinja index 1480dea..7810f94 100644 --- a/templates/blocks/quote.jinja +++ b/templates/blocks/quote.jinja @@ -1,8 +1,8 @@
-
+
{% if quote.avatar -%} - + {% endif -%} {% if quote.author -%}
{{ quote.author }}