mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💡 chore: add comments explaining use of get_random
This commit is contained in:
parent
6abb756d88
commit
5250576744
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
{# The `random_id` ensures that each instance of the shortcode has a "unique" id #}
|
||||
{# allowing individual interactive elements (like toggles) to function correctly. #}
|
||||
{# This avoids conflicts when multiple instances of the shortcode are used. #}
|
||||
{%- set random_id = get_random(end=100000) -%}
|
||||
|
||||
{% set default_meta = get_image_metadata(path=default_src, allow_missing=true) %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue