Skip to content

Instantly share code, notes, and snippets.

@nathangross
Last active August 29, 2015 14:11
Show Gist options
  • Save nathangross/e5ff7943248cb142bbfe to your computer and use it in GitHub Desktop.
Save nathangross/e5ff7943248cb142bbfe to your computer and use it in GitHub Desktop.
simple link and version of css file
<!-- links to stylesheet and adds version number (filemtime) to force download newer css files -->
<link rel="stylesheet" href="<?php echo 'style.css' . '?' . filemtime('style.css'); ?>" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment