Switch to Laravel Mix
This commit is contained in:
parent
ac14f646f5
commit
0b445be62e
129 changed files with 10524 additions and 1052 deletions
|
@ -17,7 +17,8 @@
|
|||
{% include 'og' with { og: page.meta.og } %}
|
||||
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" href="{{ site.url }}/build/css/site.css">
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/vendor.css">
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/main.css">
|
||||
{% endblock %}
|
||||
|
||||
{% for size in site.apple_touch_icon_sizes %}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
<script src="{{ site.url }}/build/js/site.js"></script>
|
||||
|
||||
<script>
|
||||
document.querySelector('.nav-toggle').onclick = function() {
|
||||
document.querySelector('.navbar .nav').classList.toggle('hidden').toggle('block');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue