Page MenuHomeFreeBSD

D60059.id187805.diff
No OneTemporary

D60059.id187805.diff

diff --git a/documentation/themes/beastie/layouts/_partials/site-header.html b/documentation/themes/beastie/layouts/_partials/site-header.html
--- a/documentation/themes/beastie/layouts/_partials/site-header.html
+++ b/documentation/themes/beastie/layouts/_partials/site-header.html
@@ -16,8 +16,8 @@
<nav>
<ul class="menu">
<li class="menu-item">
- <input id="about" type="checkbox" />
- <label class="menu-item-description" for="about">
+ <input id="header-about-title" type="checkbox" />
+ <label class="menu-item-description" for="header-about-title">
{{ i18n "h-about" }}
<i class="fa fa-angle-down fa-lg" aria-hidden="true"></i>
</label>
@@ -29,8 +29,8 @@
</ul>
</li>
<li class="menu-item">
- <input id="download" type="checkbox" />
- <label class="menu-item-description" for="download">
+ <input id="header-download-title" type="checkbox" />
+ <label class="menu-item-description" for="header-download-title">
{{ i18n "h-get-freebsd" }}
<i class="fa fa-angle-down fa-lg" aria-hidden="true"></i>
</label>
@@ -42,8 +42,8 @@
</ul>
</li>
<li class="menu-item">
- <input id="documentation" type="checkbox" />
- <label class="menu-item-description" for="documentation">
+ <input id="header-documentation-title" type="checkbox" />
+ <label class="menu-item-description" for="header-documentation-title">
{{ i18n "h-documentation" }}
<i class="fa fa-angle-down fa-lg" aria-hidden="true"></i>
</label>
@@ -60,8 +60,8 @@
</ul>
</li>
<li class="menu-item">
- <input id="community" type="checkbox" />
- <label class="menu-item-description" for="community">
+ <input id="header-community-title" type="checkbox" />
+ <label class="menu-item-description" for="header-community-title">
{{ i18n "h-community" }}
<i class="fa fa-angle-down fa-lg" aria-hidden="true"></i>
</label>
diff --git a/documentation/themes/beastie/layouts/_partials/trademarks.html b/documentation/themes/beastie/layouts/_partials/trademarks.html
--- a/documentation/themes/beastie/layouts/_partials/trademarks.html
+++ b/documentation/themes/beastie/layouts/_partials/trademarks.html
@@ -1,5 +1,5 @@
<div class="legalnotice">
- <a id="trademarks"></a>
+ <a id="legalnotice-trademarks-list"></a>
<details>
<summary>{{ i18n "trademarks" }}</summary>
{{ $trademarks := . }}

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 28, 2:49 PM (17 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
39813413
Default Alt Text
D60059.id187805.diff (2 KB)

Event Timeline