Skip to content

Commit

Permalink
increased version number of css call to handle client caching for PR 507
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesitecore committed Jan 30, 2025
1 parent 5a6e5a0 commit 0ede0a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/style/main.min.css?v=2.20" />
<link rel="stylesheet" href="/style/main.min.css?v=2.21" />
@if (this.SitecoreContext() != null && this.SitecoreContext()!.IsEditing)
{
<link rel="stylesheet" href="/style/ee.css?v=3" />
Expand Down

0 comments on commit 0ede0a1

Please sign in to comment.