|
4 | 4 |
|
5 | 5 | <body data-spy="scroll" data-target="#linksMenu"> |
6 | 6 | <nav class="navbar navbar-expand-lg navbar-dark bg-gray"> |
7 | | - <div class="container d-flex justify-content-between align-items-center"> |
8 | | - <img src="https://github.com/MicrosoftLearning/Jekyll-Theme/raw/master/assets/microsoft-gray.png" alt="Microsoft logo" style="width:100px;height:21px;"/> |
9 | | - <span class="my-1 title text-black">Microsoft Learn</span> |
| 7 | + <div class="container d-flex justify-content-between"> |
| 8 | + <span class="my-1 title text-black">{% if site.title %}{{ site.title }}{% endif %}</span> |
10 | 9 | <span class="ml-2"> |
11 | 10 | <a href="{{ site.github.url }}" class="d-flex align-items-center"> |
12 | | - <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-house-door-fill" viewBox="0 0 16 16"> |
13 | | - <path d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5"/> |
| 11 | + <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" |
| 12 | + class="bi bi-house-door-fill" viewBox="0 0 16 16"> |
| 13 | + <path |
| 14 | + d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5" /> |
14 | 15 | </svg> |
15 | 16 | Home |
16 | 17 | </a> |
17 | 18 | </span> |
18 | 19 | </div> |
19 | 20 | </nav> |
20 | | - <hr color-"gray"/> |
| 21 | + <hr color-"gray" /> |
21 | 22 | <div class="container"> |
22 | 23 | <main class="row extra-padding"> |
23 | 24 | <aside class="col-sm-2"> |
|
35 | 36 | <footer class="fixed-bottom d-print-none"> |
36 | 37 | <nav class="navbar navbar-light bg-light d-flex justify-content-around"> |
37 | 38 | <span class="navbar-text"> |
| 39 | + © 2025 Microsoft | |
| 40 | + <a href="https://go.microsoft.com/fwlink/?LinkId=521839">Privacy </a> | |
| 41 | + <a href="https://go.microsoft.com/fwlink/?LinkId=2259814">Consumer Health Privacy </a> | |
| 42 | + <a href="https://go.microsoft.com/fwlink/?LinkID=206977">Terms of Use </a> | |
| 43 | + <a href="https://www.microsoft.com/trademarks">Trademarks </a> | |
38 | 44 | <i class="fa fa-github" aria-hidden="true"></i> |
39 | 45 | <a href="{{ site.github.repository_url }}" target="_blank" class="ml-2"> |
40 | | - {{ site.github.repository_nwo }} |
| 46 | + Source |
41 | 47 | </a> |
42 | 48 | </span> |
43 | 49 | </nav> |
|
0 commit comments