From 72e2fdd175a86cb59f2a3cef28118e2bafea2625 Mon Sep 17 00:00:00 2001 From: xaralis <filip.varecha@fragaria.cz> Date: Tue, 23 Jun 2020 10:45:06 +0200 Subject: [PATCH] Add figure without caption --- .../00-atoms/figure/figure-without-figcaption.mustache | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 source/_patterns/00-atoms/figure/figure-without-figcaption.mustache diff --git a/source/_patterns/00-atoms/figure/figure-without-figcaption.mustache b/source/_patterns/00-atoms/figure/figure-without-figcaption.mustache new file mode 100644 index 0000000..6d682c2 --- /dev/null +++ b/source/_patterns/00-atoms/figure/figure-without-figcaption.mustache @@ -0,0 +1,3 @@ +<figure class="figure"> + <img src="{{ img.landscape-16x9.src }}" alt="{{ img.landscape-16x9.alt }}" /> +</figure> -- GitLab