Skip to content

Commit 0f2ba36

Browse files
committed
Add docs site favicon
1 parent 5d19cd5 commit 0f2ba36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ makedocs(;
1212
format=Documenter.HTML(;
1313
prettyurls=get(ENV, "CI", "false") == "true",
1414
canonical="https://juliaphysics.github.io/Mueller.jl",
15-
assets=String[],
15+
assets=String[
16+
"assets/favicon.ico",
17+
],
1618
),
1719
pages=[
1820
"Home" => "index.md",

docs/src/assets/favicon.ico

26.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)