Skip to content

Commit 797c80b

Browse files
authored
Merge pull request #25 from abhro/add-favicon
Add site favicon
2 parents d4f6a7b + 1caf89e commit 797c80b

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)