Skip to content

Commit

Permalink
(#363) Add 12 Days of Chocolatey Packaging Banner
Browse files Browse the repository at this point in the history
This adds a top banner to promote the 12 Days of Chocolatey Packaging.
  • Loading branch information
st3phhays committed Dec 14, 2023
1 parent 9264d0f commit 78d088b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 78d088b

Please sign in to comment.