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:
authorStéphane Wirtel <stephane@wirtel.be>2020-03-19 09:33:38 +0300
committerGitHub <noreply@github.com>2020-03-19 09:33:38 +0300
commit35149b2f602bb9d73cf6c40550ec5044645fd751 (patch)
tree13b507d29568fe61b1b7a67e1fd0a8726a651626
parent6388fa56a34824da7cec262f46ac28b64371b961 (diff)
Fix typo
-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
*/}}