aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-05-15 14:37:27 +0300
committerValentin Popov <info@valentineus.link>2018-05-15 14:37:27 +0300
commitbfcb23a8d21452479769f35df963523a1f97e885 (patch)
tree08f712769ab7e5cd44145e9323c10b2476f5c6c1
parent0d88d83c7cbeb7aab5ffc2a20583f9076a4cc406 (diff)
downloadpopov.link-bfcb23a8d21452479769f35df963523a1f97e885.tar.xz
popov.link-bfcb23a8d21452479769f35df963523a1f97e885.zip
Delete gallery
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--_includes/image.html11
1 files changed, 0 insertions, 11 deletions
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>