From 7f36fe669320b58d337f59903dfd6ccd8b73029d Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 30 Jun 2021 13:27:25 +0200 Subject: [PATCH] Don't check anchors on https://doc.rust-jp.rs/book-ja --- blog/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/blog/config.toml b/blog/config.toml index f65cebdb..e5b4bff0 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -27,6 +27,7 @@ skip_prefixes = [ skip_anchor_prefixes = [ "https://github.com/", # see https://github.com/getzola/zola/issues/805 "https://docs.rs/x86_64/0.1.2/src/", # source code highlight + "https://doc.rust-jp.rs/book-ja/", # seems like Zola has problems with Japanese anchor names ] [extra]