diff options
author | EuAndreh <eu@euandre.org> | 2020-08-31 11:54:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-08-31 11:54:07 -0300 |
commit | 038f5713b8ca9dce79e17ac85e57ad1ce2644e09 (patch) | |
tree | 29d8e2cc23715028390484c6f85e7310ed4a5859 /_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md | |
parent | Add missing timestamp on database post (diff) | |
download | euandre.org-038f5713b8ca9dce79e17ac85e57ad1ce2644e09.tar.gz euandre.org-038f5713b8ca9dce79e17ac85e57ad1ce2644e09.tar.xz |
Add spellchecking back to tests, with support for en, pt and fr dicts
Diffstat (limited to '')
-rw-r--r-- | _tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md b/_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md index d9181c3..bd8a072 100644 --- a/_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md +++ b/_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md @@ -47,7 +47,7 @@ I've derived my implementations from two "official"[^official] hooks, [^official]: I don't know how official they are, I just assumed it because they live in the same organization inside GitHub that Jekyll does. -All I did was to wrap the header tag inside an `<a>`, and set the href of that +All I did was to wrap the header tag inside an `<a>`, and set the `href` of that `<a>` to the existing id of the header. Before the hook the HTML looks like: ```html |