add subNav and edit Button
This commit is contained in:
@@ -55,19 +55,3 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script src="{% static 'gumshoe.js' %}"></script>
|
||||
<script src="{% static 'smooth-scroll.js' %}"></script>
|
||||
<script>
|
||||
var spy = new Gumshoe('#scrollspy-subNav a', {
|
||||
/***** Scrollspy *****/ // Active classes
|
||||
navClass: 'font-semibold', // applied to the nav list item
|
||||
});
|
||||
|
||||
/***** SmoothScroll *****/ // All animations will take exactly 500ms
|
||||
var scroll = new SmoothScroll('a[href*="#"]', {
|
||||
speed: 750,
|
||||
speedAsDuration: true,
|
||||
easing: 'easeInOutQuad'
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user