We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fa01b8 + 1d3d97c commit f797bc7Copy full SHA for f797bc7
1 file changed
layouts/_default/baseof.html
@@ -7,6 +7,8 @@
7
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }}">
8
<link rel="shortcut icon" href="{{ "img/favicon.ico" | relURL }}" type="image/x-icon">
9
<link rel="apple-touch-icon" href="{{ "img/apple-touch-icon.png" | relURL }}">
10
+ <meta name="x-cache-bust" content="2026-06-25">
11
+
12
{{/* Open Graph / Twitter Card */}}
13
<meta property="og:site_name" content="{{ .Site.Title }}">
14
<meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}">
0 commit comments