diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 18:10:30 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 18:10:30 +0200 |
commit | 929dd7aef6def2bc115cb8e1634c9a2d2f9154b9 (patch) | |
tree | 362fa27116636ac240a335511f427c8ae0690080 /_posts | |
parent | workflows: set remote port (diff) | |
download | jekyll-theme-929dd7aef6def2bc115cb8e1634c9a2d2f9154b9.tar.gz jekyll-theme-929dd7aef6def2bc115cb8e1634c9a2d2f9154b9.zip |
Revert "upgrade to Jekyll 4"
This reverts commit 2437fdc5f71b87a4595b27fdbd74663512fe7d32.
OMFG: https://github.com/jekyll/github-metadata/issues/242
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 bdd4585..214c408 100644 --- a/_posts/2021-04-10-collapsible.md +++ b/_posts/2021-04-10-collapsible.md @@ -17,7 +17,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]: {% post_url 2021-04-09-snippets %} +[other post]: {{ site.baseurl }}{% post_url 2021-04-09-snippets %} {% include jekyll-theme/snippets/section.html section_id='hello' %} |