diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-15 14:37:27 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-15 14:37:27 +0300 |
commit | bfcb23a8d21452479769f35df963523a1f97e885 (patch) | |
tree | 08f712769ab7e5cd44145e9323c10b2476f5c6c1 | |
parent | 0d88d83c7cbeb7aab5ffc2a20583f9076a4cc406 (diff) | |
download | popov.link-bfcb23a8d21452479769f35df963523a1f97e885.tar.xz popov.link-bfcb23a8d21452479769f35df963523a1f97e885.zip |
Delete gallery
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | _includes/image.html | 11 |
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> |