diff --git a/src/doc/_plugins/sri_hash.rb b/src/doc/_plugins/sri_hash.rb deleted file mode 100644 index ffb7a6e4c..000000000 --- a/src/doc/_plugins/sri_hash.rb +++ /dev/null @@ -1,20 +0,0 @@ -## -# Generate an SRI hash for a given file - -require 'digest' - -module Jekyll - class GetSriHash < Liquid::Tag - def initialize(tag_name, text, tokens) - super - @filename = text - end - - def render(context) - sha256 = Digest::SHA256.file '@filename' - "sha256-#{sha256.base64digest}" - end - end -end - -Liquid::Template.register_tag('sri_hash', Jekyll::GetSriHash) diff --git a/src/doc/get-started.html b/src/doc/get-started.html index ce9b4a95e..c2c9437aa 100644 --- a/src/doc/get-started.html +++ b/src/doc/get-started.html @@ -69,21 +69,6 @@ relative_path: ../ -
- -
- -
-
-

Thanks to jsDelivr, {{ site.forkawesome.name }} is available via a CDN as well.

-

-{% highlight html %} - -{% endhighlight %} -

-
-
-