Commit graph

3 commits

Author SHA1 Message Date
Heitor Pascoal de Bittencourt a9969735db
Allow markdown in caption of figures 2023-07-31 13:27:33 -03:00
Brooke f8026666f3
Fix: shortcode images don't load after build
This fixes an issue where images added with the [`image` shortcode](https://github.com/pawroman/zola-theme-terminimal#image) are visible via `zola serve` but not `zola build`.

It works by [prepending](https://tera.netlify.app/docs#concatenation) the site's base URL to external image URLs so `https://www.awesomesite.com/flower.png` is just as valid as `http://127.0.0.1:1111/flower.png`.

External images are differentiated from internal images by the presence of `http` at the beginning of their URL.

Fixes issue #36.
2023-05-10 21:21:49 -07:00
Paweł Romanowski deee53f745 First public release 2019-02-05 18:27:02 +00:00