Skip to content

Commit

Permalink
Add favicon, fix display package title
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Sep 5, 2021
1 parent fd88f5a commit 9cbb21e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/BaGet.Web/Pages/Package.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
}
},
};

ViewData["Title"] = $"{Package.Id} {Package.Version}";

}

@if (NotFound)
Expand Down
2 changes: 2 additions & 0 deletions src/BaGet.Web/Pages/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<meta name="description" content="BaGet">
<meta name="author" content="Loic Sharma">

<link rel="shortcut icon" href="~/_content/BaGet.Web/favicon.ico">

<link rel="stylesheet" href="~/_content/BaGet.Web/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/_content/BaGet.Web/lib/office-ui-fabric-core/dist/css/fabric.min.css" />
<link rel="stylesheet" href="~/_content/BaGet.Web/css/site.css" />
Expand Down
Binary file modified src/BaGet.Web/wwwroot/favicon.ico
Binary file not shown.

0 comments on commit 9cbb21e

Please sign in to comment.