Browse Source

stop caching the header to fix titles

master
Sean Dockray 3 years ago
parent
commit
0745d21505
1 changed files with 1 additions and 1 deletions
  1. +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 }}"> <html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
<head> <head>
{{- partialCached "head.html" . -}}
{{- partial "head.html" . -}}
{{- partialCached "sandpointjs.html" . .RelPermalink -}} {{- partialCached "sandpointjs.html" . .RelPermalink -}}
</head> </head>
<body> <body>


Loading…
Cancel
Save