Skip to content

Commit

Permalink
update version to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengchun committed Nov 20, 2023
1 parent 6445d3b commit c806558
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ images = ["https://fastbootstrap.com/default-preview.jpg"]
github_org = "https://github.com/fastbootstrap"
repo = "https://github.com/fastbootstrap/atlassian-design-for-bootstrap"
docs_repo = "https://github.com/fastbootstrap/docs"
current_version = "2.0.0"
current_version = "2.0.2"

[params.download]
source = "https://github.com/fastbootstrap/atlassian-design-for-bootstrap/archive/refs/tags/v2.0.0.zip"
source = "https://github.com/fastbootstrap/atlassian-design-for-bootstrap/archive/refs/tags/v2.0.2.zip"

[params.cdn]
css = "https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/fastbootstrap.min.css"
css_hash = "sha256-EkS1lBVeD1Dv7HGBICgtEPKeIz4ffoKbo5gRiPvD6/8="
js = "https://cdn.jsdelivr.net/npm/[email protected].0/dist/js/fastbootstrap.min.js"
css = "https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/fastbootstrap.min.css"
css_hash = "sha256-ywOwZUVHXdYvx4hw3+x4KBDt8Fb8cks0iorq4Tzeshg="
js = "https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/fastbootstrap.min.js"
js_hash = "sha256-o0tNXN7ia0O9G0qNbrzBkEEiQTv+GeW5EO4LjnfDkZk="
3 changes: 1 addition & 2 deletions layouts/partials/sections/before-body-end.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/fastbootstrap.min.js" integrity="sha256-o0tNXN7ia0O9G0qNbrzBkEEiQTv+GeW5EO4LjnfDkZk=" crossorigin="anonymous"></script>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/fastbootstrap.min.js" integrity="sha256-o0tNXN7ia0O9G0qNbrzBkEEiQTv+GeW5EO4LjnfDkZk=" crossorigin="anonymous"></script>
{{ $vendor := resources.Match "js/vendor/*.js" }}
{{ $js := resources.Match "js/*.js" }}
{{ $bundleJS := $vendor | append $js | resources.Concat "/assets/js/main.js" | fingerprint }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/sections/head-src.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/css/fastbootstrap.min.css" rel="stylesheet" integrity="sha256-EkS1lBVeD1Dv7HGBICgtEPKeIz4ffoKbo5gRiPvD6/8=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/fastbootstrap.min.css" integrity="sha256-ywOwZUVHXdYvx4hw3+x4KBDt8Fb8cks0iorq4Tzeshg=" crossorigin="anonymous">

{{ $targetCssPath := "/css/site.css" }}
{{ $sassOptions := dict "targetPath" $targetCssPath "outputStyle" "expanded" "precision" 6 }}
Expand Down

0 comments on commit c806558

Please sign in to comment.