Refresh static page if updated
Daniel Perelman
The problem# I wanted a web page to always show the latest version, but the page is a static page that is auto-regenerated when new data is available, and I did not want to complicate my setup by involving server-side logic in accomplishing that. This can be done manually by clicking the refresh...