Compare commits
No commits in common. "56a16e0351940cd54149e313ce1c610ba8e512b0" and "d23d61192618816780951e0bf7606d211ebe6591" have entirely different histories.
56a16e0351
...
d23d611926
|
|
@ -80,8 +80,8 @@ function carhop_enqueue_scripts()
|
|||
{
|
||||
$theme = wp_get_theme();
|
||||
|
||||
wp_enqueue_style('app-css', get_template_directory_uri() . '/css/app.css', array(), $theme->get('Version'));
|
||||
wp_enqueue_script_module('app-js', get_template_directory_uri() . '/js/app.js', array(), $theme->get('Version'));
|
||||
wp_enqueue_style('app-css', tailpress_asset('css/app.css'), array(), $theme->get('Version'));
|
||||
wp_enqueue_script_module('app-js', tailpress_asset('js/app.js'), array(), $theme->get('Version'));
|
||||
|
||||
// wp_enqueue_style('swiper-css', 'https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');
|
||||
// wp_enqueue_script_module('swiper-js', 'https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js', array(), null, true);
|
||||
|
|
|
|||
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="citer-article" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42.09 39.43">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-width: 2px;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g>
|
||||
<rect class="cls-1" x="9.02" y="12.34" width="8.08" height="8.08" transform="translate(-7.76 14.03) rotate(-45)"/>
|
||||
<rect class="cls-1" x="25" y="12.34" width="8.08" height="8.08" transform="translate(-3.08 25.33) rotate(-45)"/>
|
||||
</g>
|
||||
<polygon class="cls-1" points="1 1 41.09 1 41.09 31.1 27.62 31.1 20.69 38.02 14.48 31.81 1 31.81 1 1"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 622 B |
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="citer-article" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29.63 38.69">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-width: 2px;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<rect class="cls-1" x="18.46" y="3.09" width="8.08" height="8.08" transform="translate(1.55 18) rotate(-45)"/>
|
||||
<circle class="cls-1" cx="5.99" cy="21.14" r="4.99"/>
|
||||
<rect class="cls-1" x="18.07" y="28.83" width="8.86" height="8.86"/>
|
||||
<line class="cls-1" x1="18.07" y1="28.83" x2="10.76" y2="23.55"/>
|
||||
<line class="cls-1" x1="19.5" y1="9.83" x2="10.76" y2="18.79"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 641 B |
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="soutenir" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24.56 25.5">
|
||||
<polygon points="17.61 0 12.28 5.8 6.95 0 0 0 0 12.17 12.31 25.5 24.56 12.17 24.56 0 17.61 0"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 223 B |
Loading…
Reference in New Issue
Block a user