Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2020-02-18 17:30:47 +0300
committerAsur <asur@asurbernardo.com>2020-02-18 17:30:47 +0300
commitfc0cc44caf2ba1142689e32db080046e6a740d70 (patch)
tree5ece505ff8a997a5480b99119351dc1332416c97
parent842a0fe342ae13858e02b9272cdd601da561f215 (diff)
Update context scope
-rw-r--r--layouts/partials/shortcodes/product.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/shortcodes/product.html b/layouts/partials/shortcodes/product.html
index 2e0c027..dbb9cfc 100644
--- a/layouts/partials/shortcodes/product.html
+++ b/layouts/partials/shortcodes/product.html
@@ -4,7 +4,7 @@
<amp-img
class="product__image"
layout="responsive" width="300" height="300"
- alt="{{ .title }}"
+ alt="{{ $.title }}"
src="{{ .Permalink | absURL }}"></amp-img>
{{ end }}
<div class="product__content">