Skip to content
Merged
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
4 changes: 1 addition & 3 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-gray">
<div class="container d-flex justify-content-between">
<a class="my-1 title text-white" href="https://learn.microsoft.com/">
<img src="https://github.com/MicrosoftLearning/Jekyll-Theme/raw/master/assets/microsoft-gray.png" alt="Microsoft logo" style="width:100px;height:21px;"/>
</a>
<img src="https://github.com/MicrosoftLearning/Jekyll-Theme/raw/master/assets/microsoft-gray.png" alt="Microsoft logo" style="width:100px;height:21px;"/>
<span class="my-1 title text-black">Microsoft Learn</span>
<span class="ml-2">&nbsp;</span>
</div>
Expand Down
4 changes: 1 addition & 3 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
<body data-spy="scroll" data-target="#linksMenu">
<nav class="navbar navbar-expand-lg navbar-dark bg-gray">
<div class="container d-flex justify-content-between align-items-center">
<a class="my-1 title text-white" href="https://learn.microsoft.com/">
<img src="https://github.com/MicrosoftLearning/Jekyll-Theme/raw/master/assets/microsoft-gray.png" alt="Microsoft logo" style="width:100px;height:21px;"/>
</a>
<img src="https://github.com/MicrosoftLearning/Jekyll-Theme/raw/master/assets/microsoft-gray.png" alt="Microsoft logo" style="width:100px;height:21px;"/>
<span class="my-1 title text-black">Microsoft Learn</span>
<span class="ml-2">
<a href="{{ site.github.url }}" class="d-flex align-items-center">
Expand Down