Skip to content

Commit

Permalink
Fix problem where lateralMenu script was not loading in blog section …
Browse files Browse the repository at this point in the history
…for phones
  • Loading branch information
CosmeValera committed Oct 25, 2024
1 parent 6463dd1 commit 650c530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<a href="/sponsor"><i class="fa fa-magic dark-hover" aria-hidden="true"></i> Sponsor</a> | © 2024 Cosme Valera Reales
</footer>

{% block scripts%}
<script src="{{ get_url(path="js/lateralMenu.js") | safe }}"></script>
{% endblock %}
<!-- SCRIPTS -->
<script src="{{ get_url(path="js/lateralMenu.js") | safe }}"></script>
{% block scripts%} {% endblock %}
</body>
</html>

0 comments on commit 650c530

Please sign in to comment.