diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-12 08:27:42 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-12 08:27:42 +0800 |
commit | 6e230a9c5fcdf332d24d665334b746f238dd3496 (patch) | |
tree | fb14a5e35abfdfae1e2324df34bd3b78d8fadd26 /pages | |
parent | 89632f074d1195bf16fad32fc3a0c2a00739dfb8 (diff) |
results use image tag too
Diffstat (limited to 'pages')
-rw-r--r-- | pages/results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/results.html b/pages/results.html index ce319a1..ff70057 100644 --- a/pages/results.html +++ b/pages/results.html @@ -65,7 +65,7 @@ <div class="col-lg-6 col-md-6"> <div class=" container"> <a href="[area [item-code]]" class="d-block h-100"> - <img src="__IMAGE_DIR__/items/[item-field image]" class="img-fluid rounded" alt="[item-description]" title="[item-code]"> + [image src="[item-field image]" imagesubdir=items class="img-fluid rounded" alt="[item-description]" title="[item-code]"] </a> </div> <div class="container p-2 text-start"> |