Skip to content

Commit

Permalink
Merge pull request #364 from st3phhays/christmas
Browse files Browse the repository at this point in the history
(#285)(#363) Add 12 Days of Chocolatey Packaging Banner
  • Loading branch information
corbob authored Dec 14, 2023
2 parents 86a2fd1 + 632d693 commit 25f7562
Show file tree
Hide file tree
Showing 5 changed files with 820 additions and 808 deletions.
2 changes: 1 addition & 1 deletion getting-started/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"homepage": "https://github.com/chocolatey/chocolatey.org#readme",
"devDependencies": {
"choco-theme": "0.5.16"
"choco-theme": "0.5.17"
},
"resolutions": {
"glob-parent": "^6.0.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choco-theme",
"version": "0.5.16",
"version": "0.5.17",
"description": "The global theme for Chocolatey Software.",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@splidejs/splide-extension-intersection": "^0.2.0",
"@types/bootstrap": "^5.2.6",
"@types/bootstrap": "5.2.6",
"@types/luxon": "^3.3.0",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
Expand Down
1 change: 1 addition & 0 deletions partials/AlertText.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<a href='https://blog.chocolatey.org/tags/packaging'>Looking to master Chocolatey Packaging? Check the 12 Days of Chocolatey Packaging going on right now!</a>
2 changes: 1 addition & 1 deletion partials/TopAlertBanner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

if (!string.IsNullOrEmpty(topNoticeText))
{
<div id="topNoticeAlert" class="alert alert-warning alert-dismissible alert-dismissible-center fade show d-none" role="alert">
<div id="topNoticeAlert" class="alert alert-success alert-dismissible alert-dismissible-center fade show d-none" role="alert">
<p class="mb-0 me-3 me-xl-0">@Html.Raw(topNoticeText)</p>
<button type="button" class="btn-close text-dark" data-bs-dismiss="alert" aria-label="Close">
<i class="fa-solid fa-xmark" aria-hidden="true"></i>
Expand Down
Loading

0 comments on commit 25f7562

Please sign in to comment.