Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasurbernardo <asur@asurbernardo.com>2020-07-18 16:55:05 +0300
committerasurbernardo <asur@asurbernardo.com>2020-07-18 16:55:05 +0300
commit4384814acd4997e06306d658c339d8704f5a09af (patch)
tree34f9345fc6256c621449f52802dbcde65e95ae53
parent1bb83e7769482ad813a6819466d7aefb5742c9ac (diff)
Remove debug string
-rw-r--r--layouts/partials/blocks/image.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/blocks/image.html b/layouts/partials/blocks/image.html
index 522c4b6..6b59e4b 100644
--- a/layouts/partials/blocks/image.html
+++ b/layouts/partials/blocks/image.html
@@ -22,7 +22,6 @@
class="figure__image {{ with $.class }}{{ . }}{{ end }} {{ with $.caption }}figure__image--with-caption{{ end }}">
</amp-img>
{{ else }}
- FOO
<amp-img
src="{{ .Permalink | absURL }}"
width={{ with $.width }} "{{ . }}" {{ else }} {{ .Width }} {{ end }}