Explorar el Código

stop caching the header to fix titles

master
Sean Dockray hace 3 años
padre
commit
0745d21505
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      themes/sandpoints/layouts/_default/baseof.html

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

@@ -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>


Cargando…
Cancelar
Guardar