Skip to content

Commit

Permalink
Included favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Feb 10, 2019
1 parent 4a8681c commit c3401fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ module.exports = function (grunt) {
'composer.json',
'composer.lock',
'LICENSE',
'favicon.ico',
]
}
});
Expand Down
2 changes: 2 additions & 0 deletions resources/templates/base.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A lightweight PHP backend for ShareX">
<link rel="shortcut icon" href="{{ urlFor('/favicon.ico') }}" type="image/x-icon">
<link rel="icon" href="{{ urlFor('/favicon.ico') }}" type="image/x-icon">
<link href="{{ urlFor('/static/bootstrap/css/bootstrap.min.css') }}" rel="stylesheet">
<link href="{{ urlFor('/static/highlightjs/styles/monokai.css') }}" rel="stylesheet">
<link href="{{ urlFor('/static/videojs/video-js.min.css') }}" rel="stylesheet">
Expand Down

0 comments on commit c3401fb

Please sign in to comment.