Skip to content

Instantly share code, notes, and snippets.

@robsonsobral
Created January 9, 2019 18:32
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 robsonsobral/1df6bb51ef0c04dc5fcc0afd5b36bddf to your computer and use it in GitHub Desktop.
Save robsonsobral/1df6bb51ef0c04dc5fcc0afd5b36bddf to your computer and use it in GitHub Desktop.
Hugo query string cachebusting
<script src="{{ $script.RelPermalink }}?mtime={{ (os.Stat "/static/scripts/index.js" ).ModTime.Unix }}"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment