Skip to content

Commit 78acfa9

Browse files
Reconfigure homepage
Re-establish homepage link to the landing page for the current website; instead of redirecting to sparkfun.com Follows standard practice
1 parent 219f151 commit 78acfa9

File tree

3 files changed

+1
-94
lines changed

3 files changed

+1
-94
lines changed

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,6 @@ markdown_extensions:
341341

342342

343343
extra:
344-
# Configures the hyperlink for the logo in the header
345-
homepage: https://www.sparkfun.com
346344

347345
generator: right
348346

overrides/partials/header.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,9 @@
3636
>
3737

3838
<!-- Link to home -->
39-
<!-- <a
40-
href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}"
41-
title="{{ config.site_name | e }}"
42-
class="md-header__button md-logo"
43-
aria-label="{{ config.site_name }}"
44-
data-md-component="logo"
45-
>
46-
{% include "partials/logo.html" %}
47-
</a> -->
4839
<a
4940
href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}"
50-
title="www.sparkfun.com"
41+
title="{{ config.site_name | e }}"
5142
class="md-header__button md-logo"
5243
aria-label="{{ config.site_name }}"
5344
data-md-component="logo"

overrides/partials/nav.html

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)