Add cache control to master pattern file #35

Open
opened 2025-07-01 13:10:15 -04:00 by am · 1 comment
Owner

Add cache control meta tags to the master pattern file to help ensure that the included files are updated when an update is made.

	meta(http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate")
	meta(http-equiv="Pragma" content="no-cache")
	meta(http-equiv="Expires" content="0")
Add cache control meta tags to the master pattern file to help ensure that the included files are updated when an update is made. meta(http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate") meta(http-equiv="Pragma" content="no-cache") meta(http-equiv="Expires" content="0")
am added the
Kind/Feature request
Priority
3 Low
Core
labels 2025-07-01 13:10:15 -04:00
Author
Owner

These should go in pg/core/_master-pattern.pug between the head and title tag. (currently at line 38)

These should go in pg/core/_master-pattern.pug between the head and title tag. (currently at line 38)
Sign in to join this conversation.
No description provided.