Skip to content

Commit

Permalink
Add a really cute pixelart FI favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jan 6, 2024
1 parent b9aa99f commit bfb907a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/layouts/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default ({ title, children, styles, math }: FrontPageData) => {
<html>
<head>
<meta charSet="utf-8" />
<link rel="icon" href="/icons/favicon.png" />
<link rel="icon" href="/icons/fi.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>{title ? `${title} | FI Notes` : "FI Notes"}</title>
{(styles ?? []).map((style) => (
Expand Down
File renamed without changes
Binary file added icons/fi.aseprite
Binary file not shown.
Binary file added icons/fi.ico
Binary file not shown.
Binary file added icons/fi.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: 0 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ styles: [ essay ]
title: FI
---

# FI Notes

- [IV003 Algoritmy a Datové Struktury II](./iv003/)
- [MV013 Statistics for Computer Science](./mv013/)
- [PA010 Intermediate Computer Graphics](./pa010/)
Expand Down

0 comments on commit bfb907a

Please sign in to comment.