add: gallery
fix: blog
This commit is contained in:
parent
c9def51b7e
commit
188bac429d
10 changed files with 255 additions and 74 deletions
|
@ -18,16 +18,12 @@
|
|||
{# do assets.addCss('https://unpkg.com/purecss@1.0.0/build/pure-min.css', 100) #}
|
||||
{% do assets.addCss('https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css', 100) %}
|
||||
{% do assets.addCss('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css', 99) %}
|
||||
{% do assets.addCss('theme://css/photoswipe.css', 98) %}
|
||||
{% do assets.addCss('theme://css/default-skin/default-skin.css', 97) %}
|
||||
{% do assets.addCss('theme://css/custom.css', 96) %}
|
||||
{% endblock %}
|
||||
|
||||
{% block javascripts %}
|
||||
{% do assets.addJs('jquery', 100) %}
|
||||
{% do assets.addJs('https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js', 99) %}
|
||||
{% do assets.addJs('theme://js/photoswipe.min.js', 98) %}
|
||||
{% do assets.addJs('theme://js/photoswipe-ui-default.min.js', 98) %}
|
||||
{% endblock %}
|
||||
|
||||
{% block assets deferred %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue