Skip to content

Instantly share code, notes, and snippets.

@martos28
Created December 6, 2018 13:55
Show Gist options
  • Select an option

  • Save martos28/d36f42f7e64fed549fccba25f77f7fd6 to your computer and use it in GitHub Desktop.

Select an option

Save martos28/d36f42f7e64fed549fccba25f77f7fd6 to your computer and use it in GitHub Desktop.

Revisions

  1. martos28 created this gist Dec 6, 2018.
    4 changes: 4 additions & 0 deletions pug while img i++
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    - var n = 1
    while n <= 6
    .item
    img(src="images/screenshot-" + n++ + ".png")