mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Zola 0.11.0 fixes anchor checking for uppercase HTML tags
This commit is contained in:
@@ -26,8 +26,6 @@ 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://www.math.utah.edu/docs/info/ld_3.html", # see https://github.com/getzola/zola/issues/948
|
||||
"https://web.stanford.edu/class/cs140/projects/pintos/specs/freevga/vga/vgamem.htm", # see https://github.com/getzola/zola/issues/948
|
||||
]
|
||||
|
||||
[extra]
|
||||
|
||||
Reference in New Issue
Block a user