Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site logo #81

Closed
Tim-Butterfield opened this issue Feb 4, 2018 · 2 comments · Fixed by #284
Closed

Site logo #81

Tim-Butterfield opened this issue Feb 4, 2018 · 2 comments · Fixed by #284
Assignees
Milestone

Comments

@Tim-Butterfield
Copy link

It would be nice to include support for a site logo image parameter. One possibility might be a modification to the BaseURL link in site-navigation.html like this:

    <a href="{{ .Site.BaseURL }}" class="f3 fw2 hover-white no-underline white-90 dib">
      {{ if .Site.Params.logo }}
      <img src="{{ .Site.Params.logo }}" class="v-mid" />
      {{ end }}
      {{ .Site.Title }}
    </a>
@budparr budparr self-assigned this Feb 5, 2018
@budparr budparr added this to the 2.0 milestone Feb 5, 2018
@budparr
Copy link
Member

budparr commented Feb 5, 2018

I'm going to do some work on the theme this week and this shouldn't be too hard to add. Thanks, @Tim-Butterfield

@kentmz
Copy link

kentmz commented Jun 7, 2019

I'd love to see this feature to add a logo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants