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:
authordigitalcraftsman <digitalcraftsman@protonmail.com>2017-05-19 22:45:39 +0300
committerdigitalcraftsman <digitalcraftsman@protonmail.com>2017-05-19 22:45:39 +0300
commit52031082ef5cf8da6132d79bf6bfca2eb7a583e7 (patch)
treee74cb2bfc886b6bc3aaa2a3858da03807b176833 /layouts
parentd38e4be45711c49174079fe57c2af959891e2cde (diff)
Deprecate JSFiddle shortcode
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>