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

github.com/mcrwfrd/hugo-frances-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcrwfrd <mcrwfrd@gmail.com>2019-07-25 01:22:03 +0300
committermcrwfrd <mcrwfrd@gmail.com>2019-07-25 01:22:03 +0300
commitbfc57745bda3dd8fa1d585bae652dac29e789c77 (patch)
tree2479286756947f7795150f7c50617bdc5af28814
parent1f0c16d85b3afe93d83ce5d1f533b90444d3816e (diff)
Update grid template to match new fields
-rw-r--r--layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 283d4e1..00efd69 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -6,8 +6,8 @@
href=""
data-largesrc="{{ .image }}"
data-title="{{ .title }}"
- data-description="{{ .mediums }}"
- data-description="{{ .dimensions }}"
+ data-mediums="{{ .mediums }}"
+ data-dimensions="{{ .dimensions }}"
data-description="{{ .description }}">
<img src="{{ .thumb }}" alt="{{ .alt }}"/>
</a>