Skip to content

Instantly share code, notes, and snippets.

@toddself
Created November 14, 2012 14:58
Show Gist options
  • Save toddself/4072579 to your computer and use it in GitHub Desktop.
Save toddself/4072579 to your computer and use it in GitHub Desktop.
dummy js app
$(document).ready(function(){
// get info about this page somehow
// this is, by the way, a dumb way to do this
$('head').append($(document.createElement('og:description'))
.html('This page kicks some major butt'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment