Skip to content

Commit

Permalink
Bug fix #41: Fix Header hamburger for smaller/mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
faiza-a authored and jcfr committed Mar 26, 2021
1 parent a936429 commit df80ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</section>
{% include footer.html %}
</div>

<script src="{{ site.baseurl }}/assets/js/app.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/anchor-js/anchor.min.js"></script>
<script>anchors.add('.anchored');</script>
</body>
Expand Down

0 comments on commit df80ccf

Please sign in to comment.