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:
authorigor <ilaborie@gmail.com>2020-05-31 12:35:05 +0300
committerGitHub <noreply@github.com>2020-05-31 12:35:05 +0300
commitbd35dcd7b4fd4b7c272523f09ed11411f205259c (patch)
treedbc42a3fe3c6a8d0e41e5ac1dce166d59e35328c
parentafb19ec37857e30e926fd8b893c0e4fd6afa5e2d (diff)
parent35149b2f602bb9d73cf6c40550ec5044645fd751 (diff)
Merge pull request #8 from matrixise/patch-1
Fix typo in comment of partial/picture.html
-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
*/}}