aboutsummaryrefslogtreecommitdiff
path: root/_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-31 11:54:07 -0300
committerEuAndreh <eu@euandre.org>2020-08-31 11:54:07 -0300
commit038f5713b8ca9dce79e17ac85e57ad1ce2644e09 (patch)
tree29d8e2cc23715028390484c6f85e7310ed4a5859 /_tils/2020-08-13-anchor-headers-and-code-lines-in-jekyll.md
parentAdd missing timestamp on database post (diff)
downloadeuandre.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.md2
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