Skip to content

Commit

Permalink
Use the openbox logo as the site icon
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Aug 6, 2024
1 parent d03bd8e commit 9132871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<meta name="description" content="Openbox Window Manager"></meta>
<meta property="og:description" content="Openbox Window Manager"></meta>

<link rel="shortcut icon" href="favicon.ico"/>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta property="og:image" content="favicon.ico"></meta>
<link rel="shortcut icon" type="image/png" href="{{site.baseurl}}/assets/images/Openbox-72.png">
<meta property="og:image" content="{{site.baseurl}}/assets/images/Openbox-72.png"></meta>

<style type="text/css" media="screen,projection">/*<![CDATA[*/ @import "{{site.baseurl}}/assets/css/main.css"; /*]]>*/</style>
<link rel="stylesheet" type="text/css" media="print" href="{{site.baseurl}}/assets/css/commonPrint.css"/>
Binary file removed favicon.ico
Binary file not shown.

0 comments on commit 9132871

Please sign in to comment.