Skip to content

Commit 3aaf552

Browse files
committed
Added white border to logo and added square logo to crate
1 parent 1bf266f commit 3aaf552

File tree

4 files changed

+808
-770
lines changed

4 files changed

+808
-770
lines changed

artwork/logo-square.png

26.9 KB
Loading

artwork/logo.ai

Lines changed: 807 additions & 770 deletions
Large diffs are not rendered by default.

artwork/logo.png

5.88 KB
Loading

minijinja/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
//! removed as well. This mainly affects the quality of error reporting.
107107
#![allow(clippy::cognitive_complexity)]
108108
#![cfg_attr(docsrs, feature(doc_cfg))]
109+
#![doc(html_logo_url = "https://github.com/mitsuhiko/minijinja/raw/main/artwork/logo-square.png")]
109110
mod key;
110111

111112
mod ast;

0 commit comments

Comments
 (0)