diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 03:05:09 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-07 10:49:00 +0200 |
commit | 3a207d9496872d20579c864bbce913022f30d73c (patch) | |
tree | bf5f273b3a5746a91b14a99a5d5428509b1fc0a1 /_posts/2021-04-10-collapsible.md | |
parent | workflows/ci: use .ruby-version for setup-ruby action (diff) | |
download | jekyll-theme-3a207d9496872d20579c864bbce913022f30d73c.tar.gz jekyll-theme-3a207d9496872d20579c864bbce913022f30d73c.zip |
upgrade to Jekyll 4jekyll4
The jekyll-github-metadata bug has finally been fixed.
Diffstat (limited to '')
-rw-r--r-- | _posts/2021-04-10-collapsible.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2021-04-10-collapsible.md b/_posts/2021-04-10-collapsible.md index cfa6be8..1907142 100644 --- a/_posts/2021-04-10-collapsible.md +++ b/_posts/2021-04-10-collapsible.md @@ -15,7 +15,7 @@ snippets: Snippets are defined in exactly the same way as in the [other post]. Just set a front matter value to make them collapsible, and voilĂ ! -[other post]: {{ site.baseurl }}{% post_url 2021-04-09-snippets %} +[other post]: {% post_url 2021-04-09-snippets %} {% include jekyll-theme/snippets/section.html section_id='hello' %} |