Skip to content

Commit f797bc7

Browse files
Merge pull request #405 from owaspsamm/fix/cache-bust
Added invisible meta tag to attempt cache purge
2 parents 9fa01b8 + 1d3d97c commit f797bc7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

layouts/_default/baseof.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }}">
88
<link rel="shortcut icon" href="{{ "img/favicon.ico" | relURL }}" type="image/x-icon">
99
<link rel="apple-touch-icon" href="{{ "img/apple-touch-icon.png" | relURL }}">
10+
<meta name="x-cache-bust" content="2026-06-25">
11+
1012
{{/* Open Graph / Twitter Card */}}
1113
<meta property="og:site_name" content="{{ .Site.Title }}">
1214
<meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}">

0 commit comments

Comments
 (0)