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

Extra closing braces in layouts/partials/header.html #56

Closed
mpjashby opened this issue Jul 15, 2019 · 1 comment
Closed

Extra closing braces in layouts/partials/header.html #56

mpjashby opened this issue Jul 15, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@mpjashby
Copy link

acf8d53 seems to have added two extra closing braces on line 5 of

<a href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}/img/avatar-border.svg" }}></a>
so the line reads:

<a href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}/img/avatar-border.svg" }}></a>

instead of

<a href="{{ .Site.BaseURL }}"><img src="{{ .Site.BaseURL }}/img/avatar-border.svg"></a>

Causing an error in validating the resulting HTML.

@koirand
Copy link
Owner

koirand commented Jul 21, 2019

Thanks for letting me know. I'll fix it.

@koirand koirand added the bug Something isn't working label Jul 21, 2019
koirand added a commit that referenced this issue Jul 21, 2019
bpampel pushed a commit to bpampel/pulp that referenced this issue Sep 30, 2020
bpampel pushed a commit to bpampel/pulp that referenced this issue Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants