490 B
490 B
title | date | author | version | categories | |
---|---|---|---|---|---|
Jekyll 3.9.1 Released | 2021-04-08 10:51:12 -0400 | parkr | 3.9.1 |
|
This patch release of the 3.9 series is released to fix a bug where the
include
tag does not allow valid filename characters. For example, this
would previously fail:
{% raw %}
{% include my-logo@2x.svg %}
{% endraw %}
This release adds support for the following characters in filenames:
@
-
(
and)
+
~
#
Happy Jekylling!