Skip to content

Commit a94b6d3

Browse files
Switch logo to red FEBio emblem and add favicon
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U96z31ZadrrQ3YtU7br22M
1 parent 366e68e commit a94b6d3

3 files changed

Lines changed: 2 additions & 0 deletions

File tree

build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def write_nav(f, items, indent):
181181
f.write("theme:\n")
182182
f.write(" name: material\n")
183183
f.write(" logo: febio.png\n")
184+
f.write(" favicon: febio.png\n")
184185
f.write(" palette:\n")
185186
f.write(" primary: indigo\n")
186187
f.write(" accent: indigo\n")

docs/febio.png

-6.95 KB
Loading

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ site_author: FEBio Team
44
theme:
55
name: material
66
logo: febio.png
7+
favicon: febio.png
78
palette:
89
primary: indigo
910
accent: indigo

0 commit comments

Comments
 (0)