Skip to content

Commit

Permalink
Merge pull request #76 from jeremiahbrem/hamburger-fix-35
Browse files Browse the repository at this point in the history
fixed hamburger dropdown with jquery, bootstrap links
  • Loading branch information
syk1112 authored Jul 11, 2020
2 parents 33dd268 + 4a3aa64 commit cd3d983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/templates/base_generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<!-- Add additional CSS in static file -->
{% load static %}
<link rel="stylesheet" href="{% static "css/styles.css" %}">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132409583-1"></script>
Expand Down

0 comments on commit cd3d983

Please sign in to comment.