jglovier/resume-template

Browser Caching

NikhilPeri opened this issue · 1 comments

You should add this to the head.html include in order to disable browser caching ... I ran into this issue when pushing to gh-pages on my fork, chrome was still caching the old version of the page.

<meta http-equiv="Cache-control" content="no-store">

More Backgorund on cache-control headers

here is the change on my fork

eostb commented

ok