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

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/picture.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/picture.html b/layouts/partials/picture.html
index c16560d..e52c24e 100644
--- a/layouts/partials/picture.html
+++ b/layouts/partials/picture.html
@@ -1,7 +1,7 @@
{{/*
usage {{ partial "picture" (dict "img" XXX "class" XXX "widths" (slice 500 320, ...))}}
argument: a dictionary
- "img": mandartory, image path
+ "img": mandatory, image path
"class": the picture class if any
"widths": array of sizes if any
*/}}