mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
change minified url
This commit is contained in:
parent
7f2c9ce07e
commit
d53826cbed
4 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@ Botons d'apreciació per al teu blog, jardí digital, portafoli… No cal compte
|
||||||
Afegeix botons d'apreciació al teu lloc amb dues línies. Carrega l'script:
|
Afegeix botons d'apreciació al teu lloc amb dues línies. Carrega l'script:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script defer src="https://cdn.jsdelivr.net/gh/welpo/iine@main/iine.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/gh/welpo/iine@main/iine.mini.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Afegeix el botó:
|
Afegeix el botó:
|
||||||
|
|
|
@ -31,7 +31,7 @@ Botones de apreciación para tu blog, jardín digital, portafolio… Sin cuenta
|
||||||
Añade botones de apreciación a tu sitio con dos líneas. Carga el script:
|
Añade botones de apreciación a tu sitio con dos líneas. Carga el script:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script defer src="https://cdn.jsdelivr.net/gh/welpo/iine@main/iine.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/gh/welpo/iine@main/iine.mini.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Añade el botón:
|
Añade el botón:
|
||||||
|
|
|
@ -31,7 +31,7 @@ Appreciation buttons for your blog, digital garden, portfolio… No account requ
|
||||||
Add appreciation buttons to your site with two lines. Load the script:
|
Add appreciation buttons to your site with two lines. Load the script:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script defer src="https://cdn.jsdelivr.net/gh/welpo/iine@main/iine.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/gh/welpo/iine@main/iine.mini.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Add the button:
|
Add the button:
|
||||||
|
|
|
@ -84,5 +84,5 @@
|
||||||
|
|
||||||
{# Add iine.js for the like button #}
|
{# Add iine.js for the like button #}
|
||||||
{%- if macros_settings::evaluate_setting_priority(setting="iine", page=page_s, section=section_s, default_global_value=false) == "true" -%}
|
{%- if macros_settings::evaluate_setting_priority(setting="iine", page=page_s, section=section_s, default_global_value=false) == "true" -%}
|
||||||
<script defer src="https://cdn.jsdelivr.net/gh/welpo/iine@main/iine.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/gh/welpo/iine@main/iine.mini.js"></script>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue