Releases: tlienart/Franklin.jl
Releases · tlienart/Franklin.jl
v0.7.0
Franklin v0.7.0
Read the summary of news: here
0.6.16
- fixes a
<br>
in rss generator PR #436
0.6.15
0.6.13
0.6.11 and then 0.6.12
- add possibility to call templating blocks
{{...}}
from markdown and shortcut{{var}}
to fill. (essentially PR #422 then fixed with PR #423 and PR #425 ...)
0.6.10
- allow templating blocks to be called from markdown and allows
{{var}}
as a shortcut for{{fill var}}
(issue #355 PR #422 )
0.6.9
- scope issue with page variables and
*.html
files (#412 and PR #413) - adds aliases for
isdef
andisnotdef
, now valid:isdef, ifdef, isnotdef, ifnotdef, isndef, ifndef
(issue #406 and PR #414) - for loop in templating now allow unpacking an iterate #416
-
locvar
andglobvar
return nothing rather than error if fed with a non-existing variable (creds: @fredrikekre )
0.6.8
- properly setting
fd_rpath
for.html
source pages so that if they use{{ispage ...}}
it works as expected.
0.6.7
- fix how the
404.[md|html]
is treated (issue #395) - add the clear option to
optimize
to add on the github action so that everything is re-done from scratch on github actions by default.
0.6.6
0.6.5
- fix anchors on local page to avoid reload (#382, PR #383)
- add an
ignore
var to ignore files and folders (#376, PR #383) - fix an issue with relative paths (#377, PR #383)
- adds a global var
div_content
to name the content div (#374 and PR #375) - fix type constraints with page vars (#381 and PR #383)
0.6.4
- multiline definitions, proper use of Meta.parse and template for loop PR #370 and issues #363 and #337
0.6.3
- fixes an issue with code block name parsing (the regex was not general enough) (PR #367)
- fixes an issue with error display when a file is not found in a command like
\textoutput
(this is an error introduced during the package renaming process but seems to be fixed now) it used to show a crypticUndefVarError: λ not defined
(PR #367)
0.6.2
v0.6.17
v0.6.16
v0.6.15
v0.6.14
v0.6.13
v0.6.12
v0.6.11
Franklin v0.6.11
Merged pull requests: