Skip to content

Instantly share code, notes, and snippets.

@Convincible
Convincible / jsclass.js
Last active October 17, 2017 22:12
Add 'js' class to <html> element
(function(d){d.className=d.className.replace(/(^|\s)no-js(\s|$)/, ' ') + ' js'}(document.documentElement));
@Convincible
Convincible / robots.txt
Last active October 17, 2017 20:16 — forked from budparr/robots.txt
Robots.txt to exclude dev/staging/non-production environments
---
layout: null
---
User-agent: *
Disallow: {% if jekyll.environment != 'production' %}/{% endif %}