Skip to content

Commit

Permalink
Added favicon also used as navbar icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
nerun committed Dec 30, 2024
1 parent 37b87b0 commit 051dfb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added _media/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _navbar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Logo -->
[![.](./_media/logo.png)](/)
[![](./_media/favicon.png)](/)

<!-- Title -->
RPG SRD Template
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- Replace with your own title and description. -->
<title>Replace with your own title</title>
<meta name="description" content="Replace with your own description.">
<link rel="icon" href="_media/favicon.ico">
<link rel="icon" href="_media/favicon.png">
</head>

<body>
Expand Down

0 comments on commit 051dfb3

Please sign in to comment.