Ver código fonte

stop caching the header to fix titles

master
Sean Dockray 3 anos atrás
pai
commit
0745d21505
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      themes/sandpoints/layouts/_default/baseof.html

+ 1
- 1
themes/sandpoints/layouts/_default/baseof.html Ver arquivo

@@ -2,7 +2,7 @@

<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
<head>
{{- partialCached "head.html" . -}}
{{- partial "head.html" . -}}
{{- partialCached "sandpointjs.html" . .RelPermalink -}}
</head>
<body>


Carregando…
Cancelar
Salvar