Skip to content
Discussion options

You must be logged in to vote

Override header.html (copy all contents) and replace the following lines with a link:

<div class="md-header__topic">
<span class="md-ellipsis">
{{ config.site_name }}
</span>
</div>

Something like (untested):

<a href="https://www.google.com" class="md-header__topic"> <!-- Put your link in 'href' -->
  <span class="md-ellipsis">
    {{ config.site_name }}
  </span>
</a>

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@squidfunk
Comment options

Answer selected by futuresoup
Comment options

You must be logged in to vote
3 replies
@squidfunk
Comment options

@squidfunk
Comment options

@CallumWalley
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants