Skip to content

Commit

Permalink
Merge pull request #1221 from danesjenovdan/dev
Browse files Browse the repository at this point in the history
Pulling refs/heads/dev into bosna
  • Loading branch information
LepkoQQ authored Jul 29, 2024
2 parents 1e767f2 + 131e1c7 commit 654c52c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion parlacards/build/card-entry-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<link
rel="stylesheet"
href="{assetsUrl}/scss/style.css"
href="{assetsUrl}/scss/style.css?v=3"
/>
<link
rel="shortcut icon"
Expand Down
2 changes: 1 addition & 1 deletion parlacards/build/card-template-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<link
rel="stylesheet"
href="<!--parlassets-url-->/scss/style.css"
href="<!--parlassets-url-->/scss/style.css?v=3"
/>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion parlacards/build/card-template-embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="<!--parlassets-url-->/scss/style.css" />
<link rel="stylesheet" href="<!--parlassets-url-->/scss/style.css?v=3" />
<link
rel="shortcut icon"
type="image/x-icon"
Expand Down
2 changes: 1 addition & 1 deletion parlacards/build/card-template-share.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<link
rel="stylesheet"
href="<!--parlassets-url-->/scss/style.css"
href="<!--parlassets-url-->/scss/style.css?v=3"
/>
<link
rel="shortcut icon"
Expand Down
2 changes: 1 addition & 1 deletion parlasite/views/_partials/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,100,500&amp;subset=latin,latin-ext">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="<%- config.urls.cdn %>/scss/style.css?v=2">
<link rel="stylesheet" href="<%- config.urls.cdn %>/scss/style.css?v=3">

<script src="https://cdn.polyfill.io/v2/polyfill.js?features=Array.prototype.find,Promise"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
Expand Down

0 comments on commit 654c52c

Please sign in to comment.