Skip to content

Commit fb979d3

Browse files
committed
Updates on homepage
some minor updates
1 parent 07a0851 commit fb979d3

File tree

13 files changed

+2637
-311
lines changed

13 files changed

+2637
-311
lines changed

PlutoPages.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
### A Pluto.jl notebook ###
2-
# v0.19.46
2+
# v0.20.19
33

44
using Markdown
55
using InteractiveUtils
66

77
# This Pluto notebook uses @bind for interactivity. When running this notebook outside of Pluto, the following 'mock version' of @bind gives bound variables a default value (instead of an error).
88
macro bind(def, element)
9-
quote
9+
#! format: off
10+
return quote
1011
local iv = try Base.loaded_modules[Base.PkgId(Base.UUID("6e696c72-6542-2067-7265-42206c756150"), "AbstractPlutoDingetjes")].Bonds.initial_value catch; b -> missing; end
1112
local el = $(esc(element))
1213
global $(esc(def)) = Core.applicable(Base.get, el) ? Base.get(el) : iv(el)
1314
el
1415
end
16+
#! format: on
1517
end
1618

1719
# ╔═╡ b8024c95-6a63-4409-9c75-9bad6b301a92

0 commit comments

Comments
 (0)