Fix broken URL
This commit is contained in:
@ -16,8 +16,8 @@
|
||||
<div class="d-grid p-2">
|
||||
{% block content %}{% endblock %}
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<p class="col-md-4 mb-0 text-muted">Made by <a class="text-muted" href="https://github
|
||||
.com/TheLovinator1">TheLovinator</a>
|
||||
<p class="col-md-4 mb-0 text-muted">Made by <a class="text-muted"
|
||||
href="https://github.com/TheLovinator1">TheLovinator</a>
|
||||
</p>
|
||||
<ul class="nav col-md-4 justify-content-end">
|
||||
<li class="nav-item">
|
||||
|
@ -6,6 +6,7 @@ var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggl
|
||||
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
|
||||
return new bootstrap.Tooltip(tooltipTriggerEl)
|
||||
})
|
||||
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
Reference in New Issue
Block a user