This website works better with JavaScript.
Home
Explore
Help
Sign In
machinelistening
/
curriculum-test
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
stop caching the header to fix titles
master
Sean Dockray
4 years ago
parent
047684611a
commit
0745d21505
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
themes/sandpoints/layouts/_default/baseof.html
+ 1
- 1
themes/sandpoints/layouts/_default/baseof.html
View File
@@ -2,7 +2,7 @@
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
<head>
{{- partial
Cached
"head.html" . -}}
{{- partial "head.html" . -}}
{{- partialCached "sandpointjs.html" . .RelPermalink -}}
</head>
<body>
Write
Preview
Loading…
Cancel
Save