Skip to content

Commit

Permalink
<div id="footer"> {% include footer.html %} </div>
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoThaka authored Apr 19, 2024
1 parent 3b99e69 commit cfc11bc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<header style="color:white;" class="neon">

<div class="container">
<div id="header">{% include links.html %}</div>
<div >{% include links.html %}</div>
<a id="a-title" href="{{ '/' | relative_url }}">
<h1>{{ site.title | default: site.github.repository_name }}</h1>
</a>
Expand All @@ -37,7 +37,11 @@ <h2>{{ site.description | default: site.github.project_tagline }}</h2>
{{ content }}
</section>


<div id="footer"> {% include footer.html %} </div>


</div>
<div class="container" id="footer"> {% include footer.html %} </div>

</body>
</html>

0 comments on commit cfc11bc

Please sign in to comment.