We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128e022 commit 8904f47Copy full SHA for 8904f47
utils.jl
@@ -14,7 +14,7 @@ using Dates
14
dates[i] = isnothing(pubdate) ? Date(1999) : Date(pubdate, dateformat"d U Y")
15
titles[i] = something(pagevar(url, :title), "Post $i")
16
externallink = pagevar(url, :external)
17
- links[i] = isnothing(externallink) ? ("/" * url * "/") : externallink
+ links[i] = isnothing(externallink) ? ("../" * url * "/") : externallink
18
end
19
perm = sortperm(dates, rev=true)
20
io = IOBuffer()
0 commit comments