zola/components
Michael Macias b1ceb3e80e rendering: Avoid prepending URL prefix to links that start with a scheme (#817)
Links that start with a scheme (e.g., `tel:18008675309`) inadvertently
had a URL prefix prepended. Previously, only `mailto:` was handled, but
given the sheer number of [registered URI schemes][uri-schemes], a loose
pattern matcher is used to detect schemes instead.

External links, as identified by the renderer, are now limited to `http`
and `https` schemes.

Fixes #747 and fixes #816.

[uri-schemes]: https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml
2020-02-02 17:44:38 -08:00
..
config Remove pub visibility from Config::translations hash (#796) 2019-09-04 20:30:32 +02:00
errors Use fixed version for syntect 2019-08-12 22:48:39 +02:00
front_matter Add --drafts flag + rustfmt 2019-08-24 22:23:08 +02:00
imageproc Only shrink when resizing with fit (#803) 2019-09-24 16:54:14 -07:00
library Update slotmap 2019-09-16 11:44:39 +02:00
link_checker Add anchor existence checking to link_checker component (#786) 2019-09-04 20:31:19 +02:00
rebuild Fix the issue when checking the changes for multiple language section index file (#787) 2019-08-30 15:44:57 +02:00
rendering rendering: Avoid prepending URL prefix to links that start with a scheme (#817) 2020-02-02 17:44:38 -08:00
search Fix the issue of generating the search index for multiple language (#794) 2019-09-03 16:50:23 +02:00
site Fix the issue of generating the search index for multiple language (#794) 2019-09-03 16:50:23 +02:00
templates Bump pulldown_cmark to version 0.6.0 (#797) 2019-09-06 23:36:30 +02:00
utils Fix clippy warnings (#744) 2019-07-12 22:54:18 +02:00