Skip to content

Commit 193d97d

Browse files
committed
Update changelog & test-case
1 parent 902fd3a commit 193d97d

File tree

3 files changed

+44
-54
lines changed

3 files changed

+44
-54
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ This will error if 2 values are set
3535
- Adds a new field to `page`: `colocated_path` that points to the folder of the current file being rendered if it's a colocated folder. None otherwise.
3636
- Add `author` as a first-class property to the config and `authors` to pages
3737
- Allows using external URL for `redirect_to`
38+
- Recognize links starting with `www` as external for the link checker
3839

3940
## 0.16.1 (2022-08-14)
4041

Diff for: Cargo.lock

+42-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: components/content/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ config = { path = "../config" }
1616
markdown = { path = "../markdown" }
1717

1818
[dev-dependencies]
19-
test-case = "2" # TODO: can we solve that usecase in src/page.rs in a simpler way? A custom macro_rules! maybe
19+
test-case = "3" # TODO: can we solve that usecase in src/page.rs in a simpler way? A custom macro_rules! maybe
2020
tempfile = "3.3.0"

0 commit comments

Comments
 (0)