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

github.com/gevhaz/hugo-theme-notrack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon <gevhaz@tutanota.com>2020-06-08 17:45:31 +0300
committerSimon <gevhaz@tutanota.com>2020-06-08 17:45:31 +0300
commitea64c62bffe97aac6cf9d166f92a93bbb4c1f93e (patch)
treec639e5c7e8cb993622af7a428f6dcf670eb948af
parentadedc8470f0bc291e005681bd0e853a9bd924c62 (diff)
Removed p5js shortcode
-rw-r--r--README.md1
-rw-r--r--layouts/shortcodes/p5js.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 58d119d..1c30603 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,6 @@ paginate = 4
| | gallery-script | Script to allow for full page view of gallery photos |
| **General** | image | Image for use in any page. See example in [How to make a blog](#user-content-how-to-make-a-blog) |
| | video | Similar to an ordinary <video> html tag but with a CSS class to make it look good in posts |
-| | p5js | For including [p5.js](https://p5js.org/) sketches |
| | rawhtml | For including raw html without the global unsafe option for Goldmark |
| **Resume** | container | Container for resume shortcodes |
| | resume-entry | One entry in a resume (e.g. a university degree) |
diff --git a/layouts/shortcodes/p5js.html b/layouts/shortcodes/p5js.html
deleted file mode 100644
index 9f18d5d..0000000
--- a/layouts/shortcodes/p5js.html
+++ /dev/null
@@ -1 +0,0 @@
-<iframe src="{{ .Get "src" }}" class="p5js" width="{{ .Get "width" }}" height="{{ .Get "height" }}"></iframe>