jglovier / resume-template

:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
http://resume-template.joelglovier.com
MIT License
1.85k stars 1.75k forks source link

Browser Caching #73

Open NikhilPeri opened 5 years ago

NikhilPeri commented 5 years ago

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 5 years ago

ok