Skip to content

Commit

Permalink
chore: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Apr 27, 2024
1 parent ab754ce commit c4b6a45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions views/layout.templ
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ templ Layout(title string, description string) {
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@rnattochdag"/>
<meta name="twitter:creator" content="@rnattochdag"/>
<link rel="icon" type="image/png" href="/public/favicon.png"/>
<link href="/public/styles.css" rel="stylesheet"/>
<link rel="manifest" href="/public/manifest.webmanifest"/>
<script src="/public/htmx.1.9.9.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion views/layout_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4b6a45

Please sign in to comment.