diff --git a/src/Podsync/Views/Shared/_Layout.cshtml b/src/Podsync/Views/Shared/_Layout.cshtml index 806388e..6606080 100644 --- a/src/Podsync/Views/Shared/_Layout.cshtml +++ b/src/Podsync/Views/Shared/_Layout.cshtml @@ -15,11 +15,20 @@ - + + + + @Html.ApplicationInsightsJavaScript(TelemetryConfiguration) @@ -35,11 +44,9 @@ - - - - + + @@ -48,7 +55,7 @@ asp-fallback-test="window.jQuery" asp-append-version="true"> - + diff --git a/src/Podsync/bower.json b/src/Podsync/bower.json index 62f9252..c886c87 100644 --- a/src/Podsync/bower.json +++ b/src/Podsync/bower.json @@ -2,6 +2,7 @@ "name": "podsync", "private": true, "dependencies": { - "jquery": "2.2.4" + "jquery": "2.2.4", + "fontawesome": "4.7.0" } }