Skip to content

Instantly share code, notes, and snippets.

@aaronmoodie
Created May 9, 2014 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronmoodie/0959ed38188ff11db010 to your computer and use it in GitHub Desktop.
Save aaronmoodie/0959ed38188ff11db010 to your computer and use it in GitHub Desktop.
<script>
var meta_tag = document.createElement('meta');
meta_tag.setAttribute('name', 'last-modified')
meta_tag.setAttribute('content', document.lastModified)
document.getElementsByTagName('head')[0].appendChild(meta_tag)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment