mirror of
https://github.com/ceratic/MediaCollectorLibary.git
synced 2026-05-13 23:56:46 +02:00
Stuff i guess ?
This commit is contained in:
@@ -14,13 +14,19 @@
|
||||
<link rel="stylesheet" href="{{ base_url() }}/build/assets/{{ manifest['resources/css/app.css'].file }}">
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<link rel="stylesheet" href="{{ base_url() }}/public/css/app.css">
|
||||
<link rel="stylesheet" href="{{ base_url() }}/css/app.css">
|
||||
{% endif %}
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="{{ base_url() }}/favicon.svg">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
|
||||
{# DebugBar Assets #}
|
||||
{% if debugbarRenderer is defined %}
|
||||
{{ debugbarRenderer.renderHead()|raw }}
|
||||
{% endif %}
|
||||
|
||||
<!-- In the head section -->
|
||||
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||
<script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||
<!-- Before closing </head> tag -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<!-- jQuery (required for Select2) -->
|
||||
@@ -112,6 +118,11 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- DebugBar -->
|
||||
{% if debugbarRenderer is defined %}
|
||||
{{ debugbarRenderer.render()|raw }}
|
||||
{% endif %}
|
||||
|
||||
<!-- Page Content -->
|
||||
<main class="container-fluid py-4">
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user