|
|
|
@ -5504,26 +5504,25 @@ |
|
|
|
|
<div class="inner"> |
|
|
|
|
<a href="{{.IndexUrl}}" class='home' title="How-To Geek Home" aria-label="How-To Geek Home"> |
|
|
|
|
<div class="site-branding"> |
|
|
|
|
<img width="145" height="46" aria-hidden="true" tabindex="-1" role="presentation" |
|
|
|
|
src="{{replaceImage .Logo}}" |
|
|
|
|
<img width="145" height="46" aria-hidden="true" tabindex="-1" role="presentation" src="{{replaceImage .Logo}}" |
|
|
|
|
class='main-logo' alt='' /> |
|
|
|
|
</div> |
|
|
|
|
</a> |
|
|
|
|
<div class="subscribe-button" tabindex="-1"><a style="color:white" href="{{.IndexUrl}}">Home</a></div> |
|
|
|
|
<div class="subscribe-button" tabindex="-1"><a style="color:white" href="{{.IndexUrl}}">{{lang "home"}}</a></div> |
|
|
|
|
<ul id="topmenu" role="menu"> |
|
|
|
|
{{if .HasAbout}} |
|
|
|
|
<li role="menuitem"><a class="menuitem-buyingguides" href="{{.AboutUrl}}">About</a></li> |
|
|
|
|
<li role="menuitem"><a class="menuitem-buyingguides" href="{{.AboutUrl}}">{{lang "about"}}</a></li> |
|
|
|
|
{{end}} |
|
|
|
|
{{if .HasContact }} |
|
|
|
|
<li role="menuitem"><a class="menuitem-news" href="{{.ContactUrl}}">Contact</a></li> |
|
|
|
|
<li role="menuitem"><a class="menuitem-news" href="{{.ContactUrl}}">{{lang "Contact"}}</a></li> |
|
|
|
|
{{end}} |
|
|
|
|
{{if .HasPolicy }} |
|
|
|
|
<li role="menuitem"><a class="menuitem-reviews" href="{{.PolicyUrl}}">Policy</a></li> |
|
|
|
|
<li role="menuitem"><a class="menuitem-reviews" href="{{.PolicyUrl}}">{{lang "policy"}}</a></li> |
|
|
|
|
{{end}} |
|
|
|
|
|
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
</header><!-- #masthead --> |
|
|
|
|
</header> |
|
|
|
|
<div id="content" class="site-content" style="padding-top: 3rem;"> |
|
|
|
|
<h1 class="screen-reader-text">How-To Geek - We Explain Technology</h1> |
|
|
|
|
<div id="primary" class="content-area"> |
|
|
|
@ -6370,23 +6369,20 @@ |
|
|
|
|
<div class="container"> |
|
|
|
|
<div class="pages"> |
|
|
|
|
<ul id="menu-footer" class="menu" role="menu" style="border-top: none; margin-top: 0;"> |
|
|
|
|
<li role="menuitem" id="menu-item-314681" |
|
|
|
|
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-314681"><a |
|
|
|
|
href="{{.IndexUrl}}">Home</a></li> |
|
|
|
|
{{if .HasAbout}} |
|
|
|
|
<li role="menuitem" id="menu-item-314681" |
|
|
|
|
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-314681"><a |
|
|
|
|
href="{{.AboutUrl}}">About</a></li> |
|
|
|
|
href="{{.AboutUrl}}">{{lang "about"}}</a></li> |
|
|
|
|
{{end}} |
|
|
|
|
{{if .HasContact }} |
|
|
|
|
<li role="menuitem" id="menu-item-314683" |
|
|
|
|
class="menu-item menu-item-type-post_type menu-item-object-page menu-item-314683"><a |
|
|
|
|
href="{{.ContactUrl}}">Contact</a></li> |
|
|
|
|
href="{{.ContactUrl}}">{{lang "contact"}}</a></li> |
|
|
|
|
{{end}} |
|
|
|
|
{{if .HasPolicy }} |
|
|
|
|
<li role="menuitem" id="menu-item-314685" |
|
|
|
|
class="menu-item menu-item-type-custom menu-item-object-custom menu-item-314685"><a |
|
|
|
|
href="{{.PolicyUrl}}">Policy</a></li> |
|
|
|
|
href="{{.PolicyUrl}}">{{lang "policy"}}</a></li> |
|
|
|
|
{{end}} |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -6401,7 +6397,7 @@ |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</footer><!-- #colophon --> |
|
|
|
|
</footer> |
|
|
|
|
<script> |
|
|
|
|
if (document.getElementById('moka_no_dark_mode')) { |
|
|
|
|
// Disable dark mode (and toggle!) on this page |
|
|
|
|