Skip to content

Commit 1caf89e

Browse files
committed
Add favicon
1 parent d4f6a7b commit 1caf89e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

make.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ using Documenter
22

33
makedocs(
44
sitename = "JuliaPhysics",
5+
format = Documenter.HTML(
6+
assets = ["assets/favicon.ico"],
7+
),
58
pages = [
69
"Introduction" => "index.md",
710
"Julia for Physics" => [

src/assets/favicon.ico

319 KB
Binary file not shown.

0 commit comments

Comments
 (0)