From cabfe33e580b7ab3681e1e39805ace5ab84ea33d Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Wed, 16 Apr 2014 20:37:57 -0400 Subject: [PATCH 1/2] Prevent flash on first load --- source/layouts/layout.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index bcceb15..3d05788 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -81,6 +81,7 @@ under the License. <% end %>
+
<%= yield %> <% if current_page.data.includes %> From a35e1341b6c4b84f3c0b8ed29b91bcbf2911f022 Mon Sep 17 00:00:00 2001 From: Mark Stetzer Date: Thu, 15 May 2014 16:13:34 -0400 Subject: [PATCH 2/2] Adding link to Emerging Threats API docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1db2185..5762494 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Examples of Slate in the Wild * [ChaiOne Gameplan API docs](http://chaione.github.io/gameplanb2b/#introduction) * [Drcaban's Build a Quine tutorial](http://drcabana.github.io/build-a-quine/#introduction) * [PricePlow API docs](https://www.priceplow.com/api/documentation) +* [Emerging Threats API docs](http://apidocs.emergingthreats.net/) (Feel free to add your site to this list in a pull request!)