Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions themes/hive/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@
</div>

</footer>
<!-- JavaScript files with cache busting -->
<script src="{{ .Site.BaseURL }}/js/bootstrap.bundle.min.js?v={{ .Site.Params.version }}"></script>
<!-- JavaScript files with cache busting --><script src="{{ .Site.BaseURL }}/js/bootstrap.bundle.min.js?v={{ .Site.Params.version }}"></script>
1 change: 1 addition & 0 deletions themes/hive/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="{{ .Site.BaseURL }}/images/favicon-16x16.png">
<link rel="manifest" href="{{ .Site.BaseURL }}/images/site.webmanifest">
<link rel="mask-icon" href="{{ .Site.BaseURL }}/images/safari-pinned-tab.svg" color="#5bbad5">

<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Matomo -->
Expand Down
2 changes: 2 additions & 0 deletions themes/hive/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@

<header>
{{- partial "menu.html" . -}}

</header>

3 changes: 3 additions & 0 deletions themes/hive/layouts/partials/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,11 @@
<button type="submit" class="search-button" aria-label="Submit search">
<i class="fas fa-search"></i>
</button>


</div>
</form>

</div>
</div>
</div>
Expand Down
Loading
Loading