Add videos to gallery template and logic
This commit is contained in:
parent
568e1d3fad
commit
586763f249
138 changed files with 156 additions and 1420 deletions
|
@ -12,8 +12,10 @@
|
|||
<link rel="icon" type="image/svg+xml" href="assets/favicon/xiao-wang-favicon.svg">
|
||||
<link rel="apple-touch-icon" href="assets/favicon/xiao-wang-apple-touch-icon.png">
|
||||
<link rel="manifest" href="assets/favicon/xiao-wang.webmanifest">
|
||||
<link rel="stylesheet" href="{{ asset('assets/libraries/plyr.min.css') }}">
|
||||
<link rel="stylesheet" href="{{ asset('assets/css/style.min.css') }}">
|
||||
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" href="{{ asset('assets/css/style.min.css') }}">
|
||||
{% endblock %}
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -71,9 +73,7 @@
|
|||
</footer>
|
||||
{% endblock %}
|
||||
|
||||
{% block javascripts %}
|
||||
<script src="{{ asset('assets/libraries/circletype.min.js') }}"></script>
|
||||
<script src="{{ asset('assets/libraries/plyr.min.js') }}"></script>
|
||||
{% block scripts %}
|
||||
<script src="{{ asset('assets/js/app.js') }}"></script>
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue