Skip to content

Commit

Permalink
fix: more misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs committed Aug 14, 2024
1 parent 6a370a7 commit 7feeb11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/egazette-search-landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h2 class="h2 pb-3"><b>{{- page.title -}}</b></h2>
</div>
<div>
<div class="subhead-1"><b>Category</b></div>
<div class="datagov-v2-browsing pb-4">This is the best representation of subcategories available to classify the gazettes</div>
<div class="datagov-v2-browsing pb-4">Please refer to the FAQ on the sub-categories below</div>
<div id="category" class="algolia-search-category-items-container">
<div>
<div class="algolia-search-category-item">
Expand Down
4 changes: 2 additions & 2 deletions assets/js/algolia-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,14 @@ search.addWidgets([
})}`
: ""
}</p>
<p class="search-content description ml-9 body-2">Notification number: ${instantsearch.highlight(
<p class="search-content description ml-9 body-2">Number: ${instantsearch.highlight(
{
attribute: "notificationNum",
highlightedTagName: "mark",
hit,
}
)}</p>
<p class="search-content description ml-9 body-2">Publish date: ${new Date(
<p class="search-content description ml-9 body-2">Date of publication: ${new Date(
hit.publishTimestamp
).toLocaleDateString("fr-CA")}</p>
${
Expand Down

0 comments on commit 7feeb11

Please sign in to comment.