From bfcb23a8d21452479769f35df963523a1f97e885 Mon Sep 17 00:00:00 2001 From: Valentin Popov <info@valentineus.link> Date: Tue, 15 May 2018 15:37:27 +0400 Subject: Delete gallery Signed-off-by: Valentin Popov <info@valentineus.link> --- _includes/image.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 _includes/image.html (limited to '_includes/image.html') diff --git a/_includes/image.html b/_includes/image.html deleted file mode 100644 index f5684d1..0000000 --- a/_includes/image.html +++ /dev/null @@ -1,11 +0,0 @@ -{% assign alternative = include.alt | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape %} -{% assign identifier = include.id | strip_newlines | strip_html | strip | normalize_whitespace | slugify %} -{% assign source = include.src | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape %} - -<a href="#{{ identifier }}"> - <img alt="{{ alternative }}" src="{{ source }}" /> -</a> - -<a href="#" class="fullscreen" id="{{ identifier }}"> - <img alt="{{ alternative }}" src="{{ source }}" /> -</a> -- cgit v1.2.3