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
2 changes: 1 addition & 1 deletion templates/layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="." title="Cloud Foundry BOSH" class="md-header__button md-logo" aria-label="Cloud Foundry BOSH" data-md-component="logo">
<a href="/docs/" title="Cloud Foundry BOSH" class="md-header__button md-logo" aria-label="Cloud Foundry BOSH" data-md-component="logo">

<img src="{{ themeImageLogo }}" alt="logo">

Expand Down
2 changes: 1 addition & 1 deletion templates/releases/show_versions.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="." title="Cloud Foundry BOSH" class="md-nav__button md-logo" aria-label="Cloud Foundry BOSH" data-md-component="logo">
<a href="/docs/" title="Cloud Foundry BOSH" class="md-nav__button md-logo" aria-label="Cloud Foundry BOSH" data-md-component="logo">
<img src="{{ themeImageLogo }}" alt="logo">
</a>
Cloud Foundry BOSH
Expand Down
2 changes: 1 addition & 1 deletion templates/shared/_nav_primary.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="." title="Cloud Foundry BOSH" class="md-nav__button md-logo" aria-label="Cloud Foundry BOSH" data-md-component="logo">
<a href="/docs/" title="Cloud Foundry BOSH" class="md-nav__button md-logo" aria-label="Cloud Foundry BOSH" data-md-component="logo">
<img src="{{ themeImageLogo }}" alt="logo">
</a>
Cloud Foundry BOSH
Expand Down