Skip to content

Commit

Permalink
feat: Add favicon (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
creaturenex authored Feb 27, 2024
1 parent 6ae3c22 commit cda1ec7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added src/public/images/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/views/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ doctype html
html
head
title= title
link(rel='icon', href='/images/favicon.ico')
link(rel='stylesheet', href='/stylesheets/style.css')
body
block content

0 comments on commit cda1ec7

Please sign in to comment.