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

Update header.html: remove stray end tag #62

Closed
wants to merge 2 commits into from
Closed

Update header.html: remove stray end tag #62

wants to merge 2 commits into from

Conversation

l33d4n
Copy link

@l33d4n l33d4n commented Oct 29, 2021

Remove stray end tag 'div'

@vsoch
Copy link
Owner

vsoch commented Oct 30, 2021

I'm not sure this is correct - as you have it now, the last block has two opening divs and only one closing:

	<div class="navbar-nav d-none d-lg-block">
          <a class="gh-source" data-gh-source="github" href="{{ site.repo }}" title="Go to repository" data-md-state="done">
          <div class="gh-source__repository">
            <i class="fab fa fa-github fa-2x" style='padding-right:20px; float:left; margin-top:5px'></i>
            {{ site.github_user }}/{{ site.github_repo }}
          <ul class="gh-source__facts"><li class="gh-source__fact" id='stars'></li><li id="forks" class="gh-source__fact"></li></ul></a>
        </div>

@l33d4n
Copy link
Author

l33d4n commented Oct 30, 2021

You're right, sorry. I removed the wrong div.

@l33d4n l33d4n closed this Oct 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants