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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/jsfiddle.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/shortcodes/jsfiddle.html b/layouts/shortcodes/jsfiddle.html
deleted file mode 100644
index 3caba33..0000000
--- a/layouts/shortcodes/jsfiddle.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<iframe
- style="width: 100%; height: auto;" frameBorder="0" allowfullscreen="allowfullscreen"
- src="https://jsfiddle.net/{{.Get "id"}}/embedded/{{ if not (eq (.Get "tabs") "") }}{{ .Get "tabs" }}/{{ end }}">
-</iframe>
-<br><br>