Skip to content

Missing context in sidebar.html #16

Description

@blonewolfs

The line {{ partial "logo.html" }} is missing the context parameter "." so variables such as {{ .Site.BaseURL }} are not available in the logo.html override file. The correct line should be {{ partial "logo.html" . }}.

Sorry for making this an issue rather than just fixing the file but, I don't know how to submit patches to other people's projects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions