You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
The recent posts under https://fluxml.ai/blog/ are generated by an hfun in Franklin.jl. The title is set to a page environment variable unless it is unspecified, in which case it gets a generic name like "Post 10". Currently, all blog posts have titles, but not all of them are generated correctly by the hfun.
To Reproduce
Steps to reproduce the behavior (include links to pages or assets):
If you remove the something logic from the code, then you get an error about assigning Nothing to a Vector{String}, confirming that pagevar(url, :title) is returning nothing when it should return the title set in Step 2.
Step 4 makes me think this is Franklin issue @tlienart.
Desktop (please complete the following information):
Browser: All
Mobile or desktop (specify OS)? Both
The text was updated successfully, but these errors were encountered:
Describe the issue
The recent posts under https://fluxml.ai/blog/ are generated by an
hfun
in Franklin.jl. The title is set to a page environment variable unless it is unspecified, in which case it gets a generic name like "Post 10". Currently, all blog posts have titles, but not all of them are generated correctly by thehfun
.To Reproduce
Steps to reproduce the behavior (include links to pages or assets):
title
environment variable is sethfun
will read the environment variable and give a default if it is nothing:fluxml.github.io/utils.jl
Line 15 in 660e649
something
logic from the code, then you get an error about assigningNothing
to aVector{String}
, confirming thatpagevar(url, :title)
is returningnothing
when it should return the title set in Step 2.Step 4 makes me think this is Franklin issue @tlienart.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: