The code segment from the example uses the newer function whilst the
text segment refers to the old/deprecated `set_cs` fn. Let's fix that.
Signed-off-by: Wilfred Mallawa <vindulawilfred@gmail.com>
Zola only checks the markdown source for link targets, so an error occurs if the target is in an template. This is the case for our `#comments` links, so we add a dummy target in a comment.
2 small fixes
"we don't have implemented" -> "we haven't implemented"
and
"We use lazy_static again, because Rust's const evaluator is not powerful enough yet" -> "As before, we use lazy_static again."
just to remove what has already been said a few paragraphs up.
Thank you for this amazing resource!