diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-26 16:13:52 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-27 16:20:37 +0100 |
| commit | c4be3181b6f9dc02f6b659506706445c11d9db45 (patch) | |
| tree | a6e386e7f0e92a008bbdf80cfbb55bc75dcbe4d6 /templates/shortcodes | |
| parent | 5737068b4153ba6173206bdb05e504a41ee87d3b (diff) | |
Add a blog
Diffstat (limited to 'templates/shortcodes')
| -rw-r--r-- | templates/shortcodes/hero.html | 1 | ||||
| -rw-r--r-- | templates/shortcodes/window.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/templates/shortcodes/hero.html b/templates/shortcodes/hero.html new file mode 100644 index 0000000..09c6d6f --- /dev/null +++ b/templates/shortcodes/hero.html @@ -0,0 +1 @@ +<img title="{{ page.extra.visual_aid_alt }}" alt="{{ page.extra.visual_aid_alt }}" src="{{ page.extra.visual_aid_src }}"> diff --git a/templates/shortcodes/window.html b/templates/shortcodes/window.html index 3fe8b50..6fe4a90 100644 --- a/templates/shortcodes/window.html +++ b/templates/shortcodes/window.html @@ -1,4 +1,4 @@ -<section class="window cutoff-corners"> +<section class="window cutoff-corners {% if classes %}{{classes}}{% endif %}"> <header class="titlebar"> <span class="label">{{title}}</span> </header> |