Skip to content

Commit c08feec

Browse files
committed
Many HTML fixes in the base template
1 parent dbcaf5e commit c08feec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/base.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta name="generator" content="STIG-A-View Static - {{ git_sha }}"/>
1010
<link href="/static/css/style.css" rel="stylesheet"/>
1111
<link href="/favicon.png" rel="shortcut icon"/>
12+
<link rel="apple-touch-icon" href="/favicon.png"/>
1213
</head>
1314
<body>
1415
<nav class="navbar">
@@ -18,7 +19,7 @@
1819
<li><a class="nav-link" href="/stigs">STIGs</a></li>
1920
<li><a class="nav-link" href="/products">Products</a></li>
2021
<li class="float-right">
21-
<button name="search" aria-haspopup="dialog" aria-controls="search-modal" id="open-search-modal-btn" class="btn">
22+
<button name="search" aria-haspopup="dialog" aria-controls="search-modal" id="open-search-modal-btn" class="btn" title="search">
2223
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search"
2324
viewBox="0 0 16 16">
2425
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0"/>
@@ -39,6 +40,6 @@
3940
<a href="https://github.com/Mab879/stigaview-static" target="_blank">open-source</a> software.
4041
</div>
4142
{% include 'search.html' %}
42-
</body>
4343
<script src="/static/js/search.js" async></script>
44+
</body>
4445
</html>

0 commit comments

Comments
 (0)