zola-theme-terminimal/templates
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
..
macros macros:post: sort tags alphabetically 2023-04-23 17:17:03 -03:00
shortcodes Fix: shortcode images don't load after build 2023-05-10 21:21:49 -07:00
tags Add the ability to include page titles in HTML title element 2023-01-28 13:15:03 +01:00
404.html Make 404 content configurable 2021-12-08 09:41:07 -08:00
archive.html Add the ability to include page titles in HTML title element 2023-01-28 13:15:03 +01:00
index.html Add the ability to include page titles in HTML title element 2023-01-28 13:15:03 +01:00
page.html Add the ability to include page titles in HTML title element 2023-01-28 13:15:03 +01:00